#BFCAC2

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

Shades of Nebula #BFCAC2

Tints of Nebula #BFCAC2

Color information

#BFCAC2 (or 0xBFCAC2) is unknown color: approx Nebula. HEX triplet: BF, CA and C2. RGB value is (191,202,194). Sum of RGB (Red+Green+Blue) = 191+202+194=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAC2 is #40353D. Grayscale: #C5C5C5. Windows color (decimal): -4207934 or 12765887. OLE color: 12765887.

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

Color convert

RGB191202194-
CMYK0.0500.040.21
HSL136.36º9.4%77.06%-
HSV(B)136.36º5.45%79.22%-
XYZ52.3457.2159.32-
YUV197.8125.86123.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 194 (76.17% from 255) = 33.05%
R=32.54%
G=34.41%
B=33.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021940.0500.040.21136.369.477.06
HexBFCAC2504158894d
Octal2773123025042521011115
Binary1011111111001010110000101010100101011000100010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAC2; }

 p { color: rgb(191,202,194); }

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

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

 a { background-color: rgb(191,202,194); }

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

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

 span { border-color: rgb(191,202,194); }

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