Html Css Color HEX #BBD1D6 Light Blue

📋 copy color: '#BBD1D6'

red 187 ◦ green 209 ◦ blue 214

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

Shades of Light Blue #BBD1D6

Tints of Light Blue #BBD1D6

RGB

 RED value IS 187 (73.44% from 255) = 30.66%

 GREEN value IS 209 (82.03% from 255) = 34.26%

 BLUE value IS 214 (83.98% from 255) = 35.08%

R = 30.66%
G = 34.26%
B = 35.08%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBD1D6 (or 0xBBD1D6) is known color: Light Blue. HEX triplet: BB, D1 and D6. RGB value is (187,209,214). Sum of RGB (Red+Green+Blue) = 187+209+214=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBD1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1D6 is #442E29. Grayscale: #CACACA. Windows color (decimal): -4468266 or 14078395. OLE color: 14078395.

HSL color Cylindrical-coordinate representation of color #BBD1D6: hue angle of 191.11º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD1D6 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 209 214 -
CMYK 0.13 0.02 0 0.16
HSL 191.11º 0.25% 0.79% -
HSV(B) 191.11º 0.13% 0.84% -
XYZ 55.43 61.02 72.47 -
YUV 202.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 187 209 214 0.13 0.02 0 0.16 191.11 0.25 0.79
Hex BB D1 D6 D 2 0 10 BF 19 4F
Octal 273 321 326 15 2 0 20 277 31 117
Binary 10111011 11010001 11010110 1101 10 0 10000 10111111 11001 1001111

Color Harmonies of #BBD1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1D6

Black with #BBD1D6

Text Example


Text Example

White with #BBD1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1D6; }

 p { color: rgb(187,209,214); }

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

background-color css

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

 a { background-color: rgb(187,209,214); }

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

border-color css

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

 span { border-color: rgb(187,209,214); }

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