#BCCED5

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

Shades of Light Blue #BCCED5

Tints of Light Blue #BCCED5

Color information

#BCCED5 (or 0xBCCED5) is unknown color: approx Light Blue. HEX triplet: BC, CE and D5. RGB value is (188,206,213). Sum of RGB (Red+Green+Blue) = 188+206+213=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCED5 is #43312A. Grayscale: #C9C9C9. Windows color (decimal): -4403499 or 14012092. OLE color: 14012092.

HSL color Cylindrical-coordinate representation of color #BCCED5: hue angle of 196.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCCED5 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188206213-
CMYK0.120.0300.16
HSL196.8º22.94%78.63%-
HSV(B)196.8º11.74%83.53%-
XYZ54.8259.6471.57-
YUV201.42134.54118.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 213 (83.59% from 255) = 35.09%
R=30.97%
G=33.94%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882062130.120.0300.16196.822.9478.63
HexBCCED5C3010c5174f
Octal27431632514302030527117
Binary10111100110011101101010111001101000011000101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCED5; }

 p { color: rgb(188,206,213); }

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

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

 a { background-color: rgb(188,206,213); }

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

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

 span { border-color: rgb(188,206,213); }

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