#B7CEBF

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

Shades of Nebula #B7CEBF

Tints of Nebula #B7CEBF

Color information

#B7CEBF (or 0xB7CEBF) is unknown color: approx Nebula. HEX triplet: B7, CE and BF. RGB value is (183,206,191). Sum of RGB (Red+Green+Blue) = 183+206+191=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CEBF is #483140. Grayscale: #C5C5C5. Windows color (decimal): -4731201 or 12570295. OLE color: 12570295.

HSL color Cylindrical-coordinate representation of color #B7CEBF: hue angle of 140.87º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CEBF is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB183206191-
CMYK0.1100.070.19
HSL140.87º19.01%76.27%-
HSV(B)140.87º11.17%80.78%-
XYZ5157.9757.79-
YUV197.41124.38117.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.55%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 191 (75% from 255) = 32.93%
R=31.55%
G=35.52%
B=32.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832061910.1100.070.19140.8719.0176.27
HexB7CEBFB07138d134c
Octal26731627713072321523114
Binary101101111100111010111111101101111001110001101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CEBF; }

 p { color: rgb(183,206,191); }

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

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

 a { background-color: rgb(183,206,191); }

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

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

 span { border-color: rgb(183,206,191); }

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