Html Css Color HEX #BFD2D8 Light Blue

📋 copy color: '#BFD2D8'

red 191 ◦ green 210 ◦ blue 216

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

Shades of Light Blue #BFD2D8

Tints of Light Blue #BFD2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.01%

R = 30.96%
G = 34.04%
B = 35.01%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFD2D8 (or 0xBFD2D8) is known color: Light Blue. HEX triplet: BF, D2 and D8. RGB value is (191,210,216). Sum of RGB (Red+Green+Blue) = 191+210+216=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFD2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2D8 is #402D27. Grayscale: #CCCCCC. Windows color (decimal): -4205864 or 14209727. OLE color: 14209727.

HSL color Cylindrical-coordinate representation of color #BFD2D8: hue angle of 194.4º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD2D8 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 210 216 -
CMYK 0.12 0.03 0 0.15
HSL 194.4º 0.24% 0.8% -
HSV(B) 194.4º 0.12% 0.85% -
XYZ 56.93 62.13 73.96 -
YUV 205 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 191 210 216 0.12 0.03 0 0.15 194.4 0.24 0.8
Hex BF D2 D8 C 3 0 F C2 18 50
Octal 277 322 330 14 3 0 17 302 30 120
Binary 10111111 11010010 11011000 1100 11 0 1111 11000010 11000 1010000

Color Harmonies of #BFD2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD2D8

Black with #BFD2D8

Text Example


Text Example

White with #BFD2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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