Html Css Color HEX #BBDCED Light Blue

📋 copy color: '#BBDCED'

red 187 ◦ green 220 ◦ blue 237

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

Shades of Light Blue #BBDCED

Tints of Light Blue #BBDCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.8%

R = 29.04%
G = 34.16%
B = 36.8%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBDCED (or 0xBBDCED) is known color: Light Blue. HEX triplet: BB, DC and ED. RGB value is (187,220,237). Sum of RGB (Red+Green+Blue) = 187+220+237=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCED is #442312. Grayscale: #D3D3D3. Windows color (decimal): -4465427 or 15588539. OLE color: 15588539.

HSL color Cylindrical-coordinate representation of color #BBDCED: hue angle of 200.4º degrees, saturation: 0.58, 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 #BBDCED is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 220 237 -
CMYK 0.21 0.07 0 0.07
HSL 200.4º 0.58% 0.83% -
HSV(B) 200.4º 0.21% 0.93% -
XYZ 61.37 67.87 89.99 -
YUV 212.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 187 220 237 0.21 0.07 0 0.07 200.4 0.58 0.83
Hex BB DC ED 15 7 0 7 C8 3A 53
Octal 273 334 355 25 7 0 7 310 72 123
Binary 10111011 11011100 11101101 10101 111 0 111 11001000 111010 1010011

Color Harmonies of #BBDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCED

Black with #BBDCED

Text Example


Text Example

White with #BBDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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