#BCDBEF

Color #BCDBEF Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BCDBEF

Tints of Light Blue #BCDBEF

Color information

#BCDBEF (or 0xBCDBEF) is unknown color: approx Light Blue. HEX triplet: BC, DB and EF. RGB value is (188,219,239). Sum of RGB (Red+Green+Blue) = 188+219+239=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 219 (85.94% from 255 or 33.90% 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 #BCDBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBEF is #432410. Grayscale: #D3D3D3. Windows color (decimal): -4400145 or 15719356. OLE color: 15719356.

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

Color convert

RGB188219239-
CMYK0.210.0800.06
HSL203.53º61.45%83.73%-
HSV(B)203.53º21.34%93.73%-
XYZ61.6567.5991.46-
YUV212.01143.23110.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 219 (85.94% from 255) = 33.90%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=29.10%
G=33.90%
B=37.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882192390.210.0800.06203.5361.4583.73
HexBCDBEF15806cc3d54
Octal27433335725100631475124
Binary1011110011011011111011111010110000110110011001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBEF; }

 p { color: rgb(188,219,239); }

 H1.HeaderClassName
 {
   color: #BCDBEF;
 }
 .AnyTagClassName
 {
   color: #BCDBEF;
 }
</style>
background-color css

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

 a { background-color: rgb(188,219,239); }

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

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

 span { border-color: rgb(188,219,239); }

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