#BCCFC5

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

Shades of Nebula #BCCFC5

Tints of Nebula #BCCFC5

Color information

#BCCFC5 (or 0xBCCFC5) is unknown color: approx Nebula. HEX triplet: BC, CF and C5. RGB value is (188,207,197). Sum of RGB (Red+Green+Blue) = 188+207+197=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFC5 is #43303A. Grayscale: #C8C8C8. Windows color (decimal): -4403259 or 12963772. OLE color: 12963772.

HSL color Cylindrical-coordinate representation of color #BCCFC5: hue angle of 148.42º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCFC5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB188207197-
CMYK0.0900.050.19
HSL148.42º16.52%77.45%-
HSV(B)148.42º9.18%81.18%-
XYZ53.1359.3561.48-
YUV200.18126.21119.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.76%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 197 (77.34% from 255) = 33.28%
R=31.76%
G=34.97%
B=33.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071970.0900.050.19148.4216.5277.45
HexBCCFC59051394114d
Octal27431730511052322421115
Binary101111001100111111000101100101011001110010100100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFC5; }

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

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

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

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

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

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

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

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