#B1CEBE

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

Shades of Nebula #B1CEBE

Tints of Nebula #B1CEBE

Color information

#B1CEBE (or 0xB1CEBE) is unknown color: approx Nebula. HEX triplet: B1, CE and BE. RGB value is (177,206,190). Sum of RGB (Red+Green+Blue) = 177+206+190=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEBE is #4E3141. Grayscale: #C3C3C3. Windows color (decimal): -5124418 or 12504753. OLE color: 12504753.

HSL color Cylindrical-coordinate representation of color #B1CEBE: hue angle of 146.9º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CEBE is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB177206190-
CMYK0.1400.080.19
HSL146.9º22.83%75.1%-
HSV(B)146.9º14.08%80.78%-
XYZ49.557.2157.15-
YUV195.5124.89114.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=30.89%
G=35.95%
B=33.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772061900.1400.080.19146.922.8375.1
HexB1CEBEE081393174b
Octal261316276160102322327113
Binary1011000111001110101111101110010001001110010011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CEBE; }

 p { color: rgb(177,206,190); }

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

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

 a { background-color: rgb(177,206,190); }

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

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

 span { border-color: rgb(177,206,190); }

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