Html Css Color HEX #BBDCEF Light Blue

📋 copy color: '#BBDCEF'

red 187 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #BBDCEF

Tints of Light Blue #BBDCEF

RGB

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

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

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

R = 28.95%
G = 34.06%
B = 37%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBDCEF (or 0xBBDCEF) is known color: Light Blue. HEX triplet: BB, DC and EF. RGB value is (187,220,239). Sum of RGB (Red+Green+Blue) = 187+220+239=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCEF is #442310. Grayscale: #D4D4D4. Windows color (decimal): -4465425 or 15719611. OLE color: 15719611.

HSL color Cylindrical-coordinate representation of color #BBDCEF: hue angle of 201.92º 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 #BBDCEF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 220 239 -
CMYK 0.22 0.08 0 0.06
HSL 201.92º 0.62% 0.84% -
HSV(B) 201.92º 0.22% 0.94% -
XYZ 61.67 67.98 91.53 -
YUV 212.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 187 220 239 0.22 0.08 0 0.06 201.92 0.62 0.84
Hex BB DC EF 16 8 0 6 CA 3E 54
Octal 273 334 357 26 10 0 6 312 76 124
Binary 10111011 11011100 11101111 10110 1000 0 110 11001010 111110 1010100

Color Harmonies of #BBDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCEF

Black with #BBDCEF

Text Example


Text Example

White with #BBDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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