Html Css Color HEX #BFD0FF Periwinkle

📋 copy color: '#BFD0FF'

red 191 ◦ green 208 ◦ blue 255

#BFD0FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BFD0FF

Tints of Periwinkle #BFD0FF

RGB

 RED value IS 191 (75% from 255) = 29.2%

 GREEN value IS 208 (81.64% from 255) = 31.8%

 BLUE value IS 255 (100% from 255) = 38.99%

R = 29.2%
G = 31.8%
B = 38.99%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFD0FF (or 0xBFD0FF) is known color: Periwinkle. HEX triplet: BF, D0 and FF. RGB value is (191,208,255). Sum of RGB (Red+Green+Blue) = 191+208+255=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFD0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0FF is #402F00. Grayscale: #D0D0D0. Windows color (decimal): -4206337 or 16765119. OLE color: 16765119.

HSL color Cylindrical-coordinate representation of color #BFD0FF: hue angle of 224.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD0FF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 208 255 -
CMYK 0.25 0.18 0 0
HSL 224.06º 1% 0.87% -
HSV(B) 224.06º 0.25% 1% -
XYZ 62.09 63.41 103.57 -
YUV 208.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 191 208 255 0.25 0.18 0 0 224.06 1 0.87
Hex BF D0 FF 19 12 0 0 E0 64 57
Octal 277 320 377 31 22 0 0 340 144 127
Binary 10111111 11010000 11111111 11001 10010 0 0 11100000 1100100 1010111

Color Harmonies of #BFD0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD0FF

Black with #BFD0FF

Text Example


Text Example

White with #BFD0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD0FF; }

 p { color: rgb(191,208,255); }

 H1.HeaderClassName
 {
   color: #BFD0FF;
 }
 .AnyTagClassName
 {
   color: #BFD0FF;
 }
</style>

background-color css

<style>
 a { background-color: #BFD0FF; }

 a { background-color: rgb(191,208,255); }

 div.DivClassName
 {
   background-color: #BFD0FF;
 }
 .BgClassName
 {
   background-color: #BFD0FF;
 }
</style>

border-color css

<style>
 span { border-color: #BFD0FF; }

 span { border-color: rgb(191,208,255); }

 td.TdClassName
 {
   border-color: #BFD0FF;
 }
 .TagClassName
 {
   border-color: #BFD0FF;
 }
</style>