Html Css Color HEX #BFD4DF Light Blue

📋 copy color: '#BFD4DF'

red 191 ◦ green 212 ◦ blue 223

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

Shades of Light Blue #BFD4DF

Tints of Light Blue #BFD4DF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.87%

 BLUE value IS 223 (87.5% from 255) = 35.62%

R = 30.51%
G = 33.87%
B = 35.62%

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

#BFD4DF (or 0xBFD4DF) is known color: Light Blue. HEX triplet: BF, D4 and DF. RGB value is (191,212,223). Sum of RGB (Red+Green+Blue) = 191+212+223=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4DF is #402B20. Grayscale: #CECECE. Windows color (decimal): -4205345 or 14668991. OLE color: 14668991.

HSL color Cylindrical-coordinate representation of color #BFD4DF: hue angle of 200.62º degrees, saturation: 0.33, 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 #BFD4DF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 212 223 -
CMYK 0.14 0.05 0 0.13
HSL 200.63º 0.33% 0.81% -
HSV(B) 200.63º 0.14% 0.87% -
XYZ 58.35 63.49 78.99 -
YUV 206.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 191 212 223 0.14 0.05 0 0.13 200.63 0.33 0.81
Hex BF D4 DF E 5 0 D C9 21 51
Octal 277 324 337 16 5 0 15 311 41 121
Binary 10111111 11010100 11011111 1110 101 0 1101 11001001 100001 1010001

Color Harmonies of #BFD4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD4DF

Black with #BFD4DF

Text Example


Text Example

White with #BFD4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD4DF; }

 p { color: rgb(191,212,223); }

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

background-color css

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

 a { background-color: rgb(191,212,223); }

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

border-color css

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

 span { border-color: rgb(191,212,223); }

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