#BFD2C6

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

Shades of Nebula #BFD2C6

Tints of Nebula #BFD2C6

Color information

#BFD2C6 (or 0xBFD2C6) is unknown color: approx Nebula. HEX triplet: BF, D2 and C6. RGB value is (191,210,198). Sum of RGB (Red+Green+Blue) = 191+210+198=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2C6 is #402D39. Grayscale: #CACACA. Windows color (decimal): -4205882 or 13030079. OLE color: 13030079.

HSL color Cylindrical-coordinate representation of color #BFD2C6: hue angle of 142.11º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD2C6 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB191210198-
CMYK0.0900.060.18
HSL142.11º17.43%78.63%-
HSV(B)142.11º9.05%82.35%-
XYZ54.7361.2562.36-
YUV202.95125.21119.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.89%
GREEN value IS 210 (82.42% from 255) = 35.06%
BLUE value IS 198 (77.73% from 255) = 33.06%
R=31.89%
G=35.06%
B=33.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912101980.0900.060.18142.1117.4378.63
HexBFD2C6906128e114f
Octal27732230611062221621117
Binary101111111101001011000110100101101001010001110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2C6; }

 p { color: rgb(191,210,198); }

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

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

 a { background-color: rgb(191,210,198); }

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

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

 span { border-color: rgb(191,210,198); }

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