#BCD6C7

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

Shades of Nebula #BCD6C7

Tints of Nebula #BCD6C7

Color information

#BCD6C7 (or 0xBCD6C7) is unknown color: approx Nebula. HEX triplet: BC, D6 and C7. RGB value is (188,214,199). Sum of RGB (Red+Green+Blue) = 188+214+199=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6C7 is #432938. Grayscale: #CCCCCC. Windows color (decimal): -4401465 or 13096636. OLE color: 13096636.

HSL color Cylindrical-coordinate representation of color #BCD6C7: hue angle of 145.38º degrees, saturation: 0.24, 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 #BCD6C7 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB188214199-
CMYK0.1200.070.16
HSL145.38º24.07%78.82%-
HSV(B)145.38º12.15%83.92%-
XYZ55.0962.9163.27-
YUV204.52124.89116.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 199 (78.12% from 255) = 33.11%
R=31.28%
G=35.61%
B=33.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882141990.1200.070.16145.3824.0778.82
HexBCD6C7C071091184f
Octal27432630714072022130117
Binary101111001101011011000111110001111000010010001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6C7; }

 p { color: rgb(188,214,199); }

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

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

 a { background-color: rgb(188,214,199); }

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

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

 span { border-color: rgb(188,214,199); }

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