Html Css Color HEX #BFD2DD Light Blue

📋 copy color: '#BFD2DD'

red 191 ◦ green 210 ◦ blue 221

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

Shades of Light Blue #BFD2DD

Tints of Light Blue #BFD2DD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.76%

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

R = 30.71%
G = 33.76%
B = 35.53%

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

#BFD2DD (or 0xBFD2DD) is known color: Light Blue. HEX triplet: BF, D2 and DD. RGB value is (191,210,221). Sum of RGB (Red+Green+Blue) = 191+210+221=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFD2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2DD is #402D22. Grayscale: #CDCDCD. Windows color (decimal): -4205859 or 14537407. OLE color: 14537407.

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

Color convert

RGB 191 210 221 -
CMYK 0.14 0.05 0 0.13
HSL 202º 0.31% 0.81% -
HSV(B) 202º 0.14% 0.87% -
XYZ 57.58 62.39 77.41 -
YUV 205.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 191 210 221 0.14 0.05 0 0.13 202 0.31 0.81
Hex BF D2 DD E 5 0 D CA 1F 51
Octal 277 322 335 16 5 0 15 312 37 121
Binary 10111111 11010010 11011101 1110 101 0 1101 11001010 11111 1010001

Color Harmonies of #BFD2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2DD

Black with #BFD2DD

Text Example


Text Example

White with #BFD2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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