#BFD0C7

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

Shades of Nebula #BFD0C7

Tints of Nebula #BFD0C7

Color information

#BFD0C7 (or 0xBFD0C7) is unknown color: approx Nebula. HEX triplet: BF, D0 and C7. RGB value is (191,208,199). Sum of RGB (Red+Green+Blue) = 191+208+199=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0C7 is #402F38. Grayscale: #C9C9C9. Windows color (decimal): -4206393 or 13095103. OLE color: 13095103.

HSL color Cylindrical-coordinate representation of color #BFD0C7: hue angle of 148.24º 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 #BFD0C7 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB191208199-
CMYK0.0800.040.18
HSL148.24º15.32%78.24%-
HSV(B)148.24º8.17%81.57%-
XYZ54.3560.3162.81-
YUV201.89126.37120.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 208 (81.64% from 255) = 34.78%
BLUE value IS 199 (78.12% from 255) = 33.28%
R=31.94%
G=34.78%
B=33.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912081990.0800.040.18148.2415.3278.24
HexBFD0C78041294f4e
Octal27732030710042222417116
Binary10111111110100001100011110000100100101001010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0C7; }

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

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

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

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

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

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

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

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