Html Css Color HEX #BBDAEC Light Blue

📋 copy color: '#BBDAEC'

red 187 ◦ green 218 ◦ blue 236

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

Shades of Light Blue #BBDAEC

Tints of Light Blue #BBDAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.01%

 BLUE value IS 236 (92.58% from 255) = 36.82%

R = 29.17%
G = 34.01%
B = 36.82%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBDAEC (or 0xBBDAEC) is known color: Light Blue. HEX triplet: BB, DA and EC. RGB value is (187,218,236). Sum of RGB (Red+Green+Blue) = 187+218+236=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAEC is #442513. Grayscale: #D2D2D2. Windows color (decimal): -4465940 or 15522491. OLE color: 15522491.

HSL color Cylindrical-coordinate representation of color #BBDAEC: hue angle of 202.04º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDAEC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 218 236 -
CMYK 0.21 0.08 0 0.07
HSL 202.04º 0.56% 0.83% -
HSV(B) 202.04º 0.21% 0.93% -
XYZ 60.71 66.76 89.04 -
YUV 210.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 187 218 236 0.21 0.08 0 0.07 202.04 0.56 0.83
Hex BB DA EC 15 8 0 7 CA 38 53
Octal 273 332 354 25 10 0 7 312 70 123
Binary 10111011 11011010 11101100 10101 1000 0 111 11001010 111000 1010011

Color Harmonies of #BBDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAEC

Black with #BBDAEC

Text Example


Text Example

White with #BBDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAEC; }

 p { color: rgb(187,218,236); }

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

background-color css

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

 a { background-color: rgb(187,218,236); }

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

border-color css

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

 span { border-color: rgb(187,218,236); }

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