Html Css Color HEX #BFD3DE Light Blue

📋 copy color: '#BFD3DE'

red 191 ◦ green 211 ◦ blue 222

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

Shades of Light Blue #BFD3DE

Tints of Light Blue #BFD3DE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.81%

 BLUE value IS 222 (87.11% from 255) = 35.58%

R = 30.61%
G = 33.81%
B = 35.58%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFD3DE (or 0xBFD3DE) is known color: Light Blue. HEX triplet: BF, D3 and DE. RGB value is (191,211,222). Sum of RGB (Red+Green+Blue) = 191+211+222=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFD3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3DE is #402C21. Grayscale: #CECECE. Windows color (decimal): -4205602 or 14603199. OLE color: 14603199.

HSL color Cylindrical-coordinate representation of color #BFD3DE: hue angle of 201.29º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD3DE is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 211 222 -
CMYK 0.14 0.05 0 0.13
HSL 201.29º 0.32% 0.81% -
HSV(B) 201.29º 0.14% 0.87% -
XYZ 57.96 62.94 78.2 -
YUV 206.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 191 211 222 0.14 0.05 0 0.13 201.29 0.32 0.81
Hex BF D3 DE E 5 0 D C9 20 51
Octal 277 323 336 16 5 0 15 311 40 121
Binary 10111111 11010011 11011110 1110 101 0 1101 11001001 100000 1010001

Color Harmonies of #BFD3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3DE

Black with #BFD3DE

Text Example


Text Example

White with #BFD3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3DE; }

 p { color: rgb(191,211,222); }

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

background-color css

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

 a { background-color: rgb(191,211,222); }

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

border-color css

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

 span { border-color: rgb(191,211,222); }

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