#B7CCBE

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

Shades of Nebula #B7CCBE

Tints of Nebula #B7CCBE

Color information

#B7CCBE (or 0xB7CCBE) is unknown color: approx Nebula. HEX triplet: B7, CC and BE. RGB value is (183,204,190). Sum of RGB (Red+Green+Blue) = 183+204+190=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCBE is #483341. Grayscale: #C4C4C4. Windows color (decimal): -4731714 or 12504247. OLE color: 12504247.

HSL color Cylindrical-coordinate representation of color #B7CCBE: hue angle of 140º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CCBE is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB183204190-
CMYK0.1000.070.2
HSL140º17.07%75.88%-
HSV(B)140º10.29%80%-
XYZ50.4256.9757.05-
YUV196.12124.54118.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.72%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=31.72%
G=35.36%
B=32.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1832041900.1000.070.214017.0775.88
HexB7CCBEA07148c114c
Octal26731427612072421421114
Binary101101111100110010111110101001111010010001100100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCBE; }

 p { color: rgb(183,204,190); }

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

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

 a { background-color: rgb(183,204,190); }

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

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

 span { border-color: rgb(183,204,190); }

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