#BFD0C5

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

Shades of Nebula #BFD0C5

Tints of Nebula #BFD0C5

Color information

#BFD0C5 (or 0xBFD0C5) is unknown color: approx Nebula. HEX triplet: BF, D0 and C5. RGB value is (191,208,197). Sum of RGB (Red+Green+Blue) = 191+208+197=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0C5 is #402F3A. Grayscale: #C9C9C9. Windows color (decimal): -4206395 or 12964031. OLE color: 12964031.

HSL color Cylindrical-coordinate representation of color #BFD0C5: hue angle of 141.18º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFD0C5 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB191208197-
CMYK0.0800.050.18
HSL141.18º15.32%78.24%-
HSV(B)141.18º8.17%81.57%-
XYZ54.1260.2261.59-
YUV201.66125.37120.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 208 (81.64% from 255) = 34.90%
BLUE value IS 197 (77.34% from 255) = 33.05%
R=32.05%
G=34.90%
B=33.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912081970.0800.050.18141.1815.3278.24
HexBFD0C5805128df4e
Octal27732030510052221517116
Binary10111111110100001100010110000101100101000110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0C5; }

 p { color: rgb(191,208,197); }

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

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

 a { background-color: rgb(191,208,197); }

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

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

 span { border-color: rgb(191,208,197); }

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