#BCD1D7

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

Shades of Light Blue #BCD1D7

Tints of Light Blue #BCD1D7

Color information

#BCD1D7 (or 0xBCD1D7) is unknown color: approx Light Blue. HEX triplet: BC, D1 and D7. RGB value is (188,209,215). Sum of RGB (Red+Green+Blue) = 188+209+215=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCD1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1D7 is #432E28. Grayscale: #CBCBCB. Windows color (decimal): -4402729 or 14143932. OLE color: 14143932.

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

Color convert

RGB188209215-
CMYK0.130.0300.16
HSL193.33º25.23%79.02%-
HSV(B)193.33º12.56%84.31%-
XYZ55.8161.273.16-
YUV203.4134.54117.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 209 (82.03% from 255) = 34.15%
BLUE value IS 215 (84.38% from 255) = 35.13%
R=30.72%
G=34.15%
B=35.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882092150.130.0300.16193.3325.2379.02
HexBCD1D7D3010c1194f
Octal27432132715302030131117
Binary10111100110100011101011111011101000011000001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD1D7; }

 p { color: rgb(188,209,215); }

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

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

 a { background-color: rgb(188,209,215); }

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

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

 span { border-color: rgb(188,209,215); }

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