#B3CBBF

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

Shades of Nebula #B3CBBF

Tints of Nebula #B3CBBF

Color information

#B3CBBF (or 0xB3CBBF) is unknown color: approx Nebula. HEX triplet: B3, CB and BF. RGB value is (179,203,191). Sum of RGB (Red+Green+Blue) = 179+203+191=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBBF is #4C3440. Grayscale: #C2C2C2. Windows color (decimal): -4994113 or 12569523. OLE color: 12569523.

HSL color Cylindrical-coordinate representation of color #B3CBBF: hue angle of 150º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3CBBF is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB179203191-
CMYK0.1200.060.20
HSL150º18.75%74.9%-
HSV(B)150º11.82%79.61%-
XYZ49.3556.0657.51-
YUV194.46126.05116.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.24%
GREEN value IS 203 (79.69% from 255) = 35.43%
BLUE value IS 191 (75% from 255) = 33.33%
R=31.24%
G=35.43%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792031910.1200.060.2015018.7574.9
HexB3CBBFC061496134b
Octal26331327714062422623113
Binary101100111100101110111111110001101010010010110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CBBF; }

 p { color: rgb(179,203,191); }

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

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

 a { background-color: rgb(179,203,191); }

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

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

 span { border-color: rgb(179,203,191); }

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