#B3D2BF

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

Shades of Nebula #B3D2BF

Tints of Nebula #B3D2BF

Color information

#B3D2BF (or 0xB3D2BF) is unknown color: approx Nebula. HEX triplet: B3, D2 and BF. RGB value is (179,210,191). Sum of RGB (Red+Green+Blue) = 179+210+191=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D2BF is #4C2D40. Grayscale: #C6C6C6. Windows color (decimal): -4992321 or 12571315. OLE color: 12571315.

HSL color Cylindrical-coordinate representation of color #B3D2BF: hue angle of 143.23º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3D2BF is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB179210191-
CMYK0.1500.090.18
HSL143.23º25.62%76.27%-
HSV(B)143.23º14.76%82.35%-
XYZ51.0459.4458.07-
YUV198.56123.73114.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.86%
GREEN value IS 210 (82.42% from 255) = 36.21%
BLUE value IS 191 (75% from 255) = 32.93%
R=30.86%
G=36.21%
B=32.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1792101910.1500.090.18143.2325.6276.27
HexB3D2BFF09128f1a4c
Octal263322277170112221732114
Binary1011001111010010101111111111010011001010001111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D2BF; }

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

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

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

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

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

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

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

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