Html Css Color HEX #BBDEEF Light Blue

📋 copy color: '#BBDEEF'

red 187 ◦ green 222 ◦ blue 239

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

Shades of Light Blue #BBDEEF

Tints of Light Blue #BBDEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.26%

 BLUE value IS 239 (93.75% from 255) = 36.88%

R = 28.86%
G = 34.26%
B = 36.88%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBDEEF (or 0xBBDEEF) is known color: Light Blue. HEX triplet: BB, DE and EF. RGB value is (187,222,239). Sum of RGB (Red+Green+Blue) = 187+222+239=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEEF is #442110. Grayscale: #D5D5D5. Windows color (decimal): -4464913 or 15720123. OLE color: 15720123.

HSL color Cylindrical-coordinate representation of color #BBDEEF: hue angle of 199.62º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDEEF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 222 239 -
CMYK 0.22 0.07 0 0.06
HSL 199.62º 0.62% 0.84% -
HSV(B) 199.62º 0.22% 0.94% -
XYZ 62.19 69.04 91.71 -
YUV 213.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 187 222 239 0.22 0.07 0 0.06 199.62 0.62 0.84
Hex BB DE EF 16 7 0 6 C8 3E 54
Octal 273 336 357 26 7 0 6 310 76 124
Binary 10111011 11011110 11101111 10110 111 0 110 11001000 111110 1010100

Color Harmonies of #BBDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDEEF

Black with #BBDEEF

Text Example


Text Example

White with #BBDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDEEF; }

 p { color: rgb(187,222,239); }

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

background-color css

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

 a { background-color: rgb(187,222,239); }

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

border-color css

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

 span { border-color: rgb(187,222,239); }

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