#BCCFC3

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

Shades of Nebula #BCCFC3

Tints of Nebula #BCCFC3

Color information

#BCCFC3 (or 0xBCCFC3) is unknown color: approx Nebula. HEX triplet: BC, CF and C3. RGB value is (188,207,195). Sum of RGB (Red+Green+Blue) = 188+207+195=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 195 (76.56% from 255 or 33.05% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFC3 is #43303C. Grayscale: #C7C7C7. Windows color (decimal): -4403261 or 12832700. OLE color: 12832700.

HSL color Cylindrical-coordinate representation of color #BCCFC3: hue angle of 142.11º 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 #BCCFC3 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB188207195-
CMYK0.0900.060.19
HSL142.11º16.52%77.45%-
HSV(B)142.11º9.18%81.18%-
XYZ52.959.2660.28-
YUV199.95125.21119.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 195 (76.56% from 255) = 33.05%
R=31.86%
G=35.08%
B=33.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071950.0900.060.19142.1116.5277.45
HexBCCFC3906138e114d
Octal27431730311062321621115
Binary101111001100111111000011100101101001110001110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFC3; }

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

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

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

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

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

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

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

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