Html Css Color HEX #BBD4E5 Light Blue

📋 copy color: '#BBD4E5'

red 187 ◦ green 212 ◦ blue 229

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

Shades of Light Blue #BBD4E5

Tints of Light Blue #BBD4E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.46%

R = 29.78%
G = 33.76%
B = 36.46%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBD4E5 (or 0xBBD4E5) is known color: Light Blue. HEX triplet: BB, D4 and E5. RGB value is (187,212,229). Sum of RGB (Red+Green+Blue) = 187+212+229=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBD4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4E5 is #442B1A. Grayscale: #CECECE. Windows color (decimal): -4467483 or 15062203. OLE color: 15062203.

HSL color Cylindrical-coordinate representation of color #BBD4E5: hue angle of 204.29º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD4E5 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 212 229 -
CMYK 0.18 0.07 0 0.10
HSL 204.29º 0.45% 0.82% -
HSV(B) 204.29º 0.18% 0.9% -
XYZ 58.18 63.31 83.28 -
YUV 206.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 187 212 229 0.18 0.07 0 0.10 204.29 0.45 0.82
Hex BB D4 E5 12 7 0 A CC 2D 52
Octal 273 324 345 22 7 0 12 314 55 122
Binary 10111011 11010100 11100101 10010 111 0 1010 11001100 101101 1010010

Color Harmonies of #BBD4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD4E5

Black with #BBD4E5

Text Example


Text Example

White with #BBD4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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