#BCCFD7

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

Shades of Light Blue #BCCFD7

Tints of Light Blue #BCCFD7

Color information

#BCCFD7 (or 0xBCCFD7) is unknown color: approx Light Blue. HEX triplet: BC, CF and D7. RGB value is (188,207,215). Sum of RGB (Red+Green+Blue) = 188+207+215=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCCFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD7 is #433028. Grayscale: #CACACA. Windows color (decimal): -4403241 or 14143420. OLE color: 14143420.

HSL color Cylindrical-coordinate representation of color #BCCFD7: hue angle of 197.78º 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 #BCCFD7 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188207215-
CMYK0.130.0400.16
HSL197.78º25.23%79.02%-
HSV(B)197.78º12.56%84.31%-
XYZ55.3260.2273-
YUV202.23135.21117.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 215 (84.38% from 255) = 35.25%
R=30.82%
G=33.93%
B=35.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882072150.130.0400.16197.7825.2379.02
HexBCCFD7D4010c6194f
Octal27431732715402030631117
Binary101111001100111111010111110110001000011000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFD7; }

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

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

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

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

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

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

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

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