Html Css Color HEX #BBD4DD Light Blue

📋 copy color: '#BBD4DD'

red 187 ◦ green 212 ◦ blue 221

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

Shades of Light Blue #BBD4DD

Tints of Light Blue #BBD4DD

RGB

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

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

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

R = 30.16%
G = 34.19%
B = 35.65%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBD4DD (or 0xBBD4DD) is known color: Light Blue. HEX triplet: BB, D4 and DD. RGB value is (187,212,221). Sum of RGB (Red+Green+Blue) = 187+212+221=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4DD is #442B22. Grayscale: #CDCDCD. Windows color (decimal): -4467491 or 14537915. OLE color: 14537915.

HSL color Cylindrical-coordinate representation of color #BBD4DD: hue angle of 195.88º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBD4DD is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 212 221 -
CMYK 0.15 0.04 0 0.13
HSL 195.88º 0.33% 0.8% -
HSV(B) 195.88º 0.15% 0.87% -
XYZ 57.09 62.87 77.53 -
YUV 205.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 187 212 221 0.15 0.04 0 0.13 195.88 0.33 0.8
Hex BB D4 DD F 4 0 D C4 21 50
Octal 273 324 335 17 4 0 15 304 41 120
Binary 10111011 11010100 11011101 1111 100 0 1101 11000100 100001 1010000

Color Harmonies of #BBD4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4DD

Black with #BBD4DD

Text Example


Text Example

White with #BBD4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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