#B7D0C2

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

Shades of Nebula #B7D0C2

Tints of Nebula #B7D0C2

Color information

#B7D0C2 (or 0xB7D0C2) is unknown color: approx Nebula. HEX triplet: B7, D0 and C2. RGB value is (183,208,194). Sum of RGB (Red+Green+Blue) = 183+208+194=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0C2 is #482F3D. Grayscale: #C6C6C6. Windows color (decimal): -4730686 or 12767415. OLE color: 12767415.

HSL color Cylindrical-coordinate representation of color #B7D0C2: hue angle of 146.4º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7D0C2 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB183208194-
CMYK0.1200.070.18
HSL146.4º21.01%76.67%-
HSV(B)146.4º12.02%81.57%-
XYZ51.8259.0759.71-
YUV198.93125.22116.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.28%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 194 (76.17% from 255) = 33.16%
R=31.28%
G=35.56%
B=33.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1832081940.1200.070.18146.421.0176.67
HexB7D0C2C071292154d
Octal26732030214072222225115
Binary101101111101000011000010110001111001010010010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D0C2; }

 p { color: rgb(183,208,194); }

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

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

 a { background-color: rgb(183,208,194); }

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

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

 span { border-color: rgb(183,208,194); }

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