Html Css Color HEX #BBDCE9 Light Blue

📋 copy color: '#BBDCE9'

red 187 ◦ green 220 ◦ blue 233

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

Shades of Light Blue #BBDCE9

Tints of Light Blue #BBDCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.38%

 BLUE value IS 233 (91.41% from 255) = 36.41%

R = 29.22%
G = 34.38%
B = 36.41%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBDCE9 (or 0xBBDCE9) is known color: Light Blue. HEX triplet: BB, DC and E9. RGB value is (187,220,233). Sum of RGB (Red+Green+Blue) = 187+220+233=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCE9 is #442316. Grayscale: #D3D3D3. Windows color (decimal): -4465431 or 15326395. OLE color: 15326395.

HSL color Cylindrical-coordinate representation of color #BBDCE9: hue angle of 196.96º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDCE9 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 220 233 -
CMYK 0.20 0.06 0 0.09
HSL 196.96º 0.51% 0.82% -
HSV(B) 196.96º 0.2% 0.91% -
XYZ 60.79 67.63 86.94 -
YUV 211.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 187 220 233 0.20 0.06 0 0.09 196.96 0.51 0.82
Hex BB DC E9 14 6 0 9 C5 33 52
Octal 273 334 351 24 6 0 11 305 63 122
Binary 10111011 11011100 11101001 10100 110 0 1001 11000101 110011 1010010

Color Harmonies of #BBDCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCE9

Black with #BBDCE9

Text Example


Text Example

White with #BBDCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCE9; }

 p { color: rgb(187,220,233); }

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

background-color css

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

 a { background-color: rgb(187,220,233); }

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

border-color css

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

 span { border-color: rgb(187,220,233); }

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