Html Css Color HEX #BFD4DD Light Blue

📋 copy color: '#BFD4DD'

red 191 ◦ green 212 ◦ blue 221

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

Shades of Light Blue #BFD4DD

Tints of Light Blue #BFD4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.42%

R = 30.61%
G = 33.97%
B = 35.42%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFD4DD (or 0xBFD4DD) is known color: Light Blue. HEX triplet: BF, D4 and DD. RGB value is (191,212,221). Sum of RGB (Red+Green+Blue) = 191+212+221=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4DD is #402B22. Grayscale: #CECECE. Windows color (decimal): -4205347 or 14537919. OLE color: 14537919.

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

Color convert

RGB 191 212 221 -
CMYK 0.14 0.04 0 0.13
HSL 198º 0.31% 0.81% -
HSV(B) 198º 0.14% 0.87% -
XYZ 58.08 63.38 77.58 -
YUV 206.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 191 212 221 0.14 0.04 0 0.13 198 0.31 0.81
Hex BF D4 DD E 4 0 D C6 1F 51
Octal 277 324 335 16 4 0 15 306 37 121
Binary 10111111 11010100 11011101 1110 100 0 1101 11000110 11111 1010001

Color Harmonies of #BFD4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD4DD

Black with #BFD4DD

Text Example


Text Example

White with #BFD4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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