Html Css Color HEX #BFD3DD Light Blue

📋 copy color: '#BFD3DD'

red 191 ◦ green 211 ◦ blue 221

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

Shades of Light Blue #BFD3DD

Tints of Light Blue #BFD3DD

RGB

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

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

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

R = 30.66%
G = 33.87%
B = 35.47%

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

#BFD3DD (or 0xBFD3DD) is known color: Light Blue. HEX triplet: BF, D3 and DD. RGB value is (191,211,221). Sum of RGB (Red+Green+Blue) = 191+211+221=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3DD is #402C22. Grayscale: #CECECE. Windows color (decimal): -4205603 or 14537663. OLE color: 14537663.

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

Color convert

RGB 191 211 221 -
CMYK 0.14 0.05 0 0.13
HSL 200º 0.31% 0.81% -
HSV(B) 200º 0.14% 0.87% -
XYZ 57.83 62.89 77.5 -
YUV 206.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 191 211 221 0.14 0.05 0 0.13 200 0.31 0.81
Hex BF D3 DD E 5 0 D C8 1F 51
Octal 277 323 335 16 5 0 15 310 37 121
Binary 10111111 11010011 11011101 1110 101 0 1101 11001000 11111 1010001

Color Harmonies of #BFD3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD3DD

Black with #BFD3DD

Text Example


Text Example

White with #BFD3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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