Html Css Color HEX #BFD4DC Light Blue

📋 copy color: '#BFD4DC'

red 191 ◦ green 212 ◦ blue 220

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

Shades of Light Blue #BFD4DC

Tints of Light Blue #BFD4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.31%

R = 30.66%
G = 34.03%
B = 35.31%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFD4DC (or 0xBFD4DC) is known color: Light Blue. HEX triplet: BF, D4 and DC. RGB value is (191,212,220). Sum of RGB (Red+Green+Blue) = 191+212+220=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFD4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4DC is #402B23. Grayscale: #CECECE. Windows color (decimal): -4205348 or 14472383. OLE color: 14472383.

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

Color convert

RGB 191 212 220 -
CMYK 0.13 0.04 0 0.14
HSL 196.55º 0.29% 0.81% -
HSV(B) 196.55º 0.13% 0.86% -
XYZ 57.95 63.33 76.88 -
YUV 206.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 191 212 220 0.13 0.04 0 0.14 196.55 0.29 0.81
Hex BF D4 DC D 4 0 E C5 1D 51
Octal 277 324 334 15 4 0 16 305 35 121
Binary 10111111 11010100 11011100 1101 100 0 1110 11000101 11101 1010001

Color Harmonies of #BFD4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD4DC

Black with #BFD4DC

Text Example


Text Example

White with #BFD4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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