Shades of Nebula #B3D2C3
Tints of Nebula #B3D2C3
RGB
CMYK
RGB Variations
Color information
#B3D2C3 (or 0xB3D2C3) is known color: Nebula. HEX triplet: B3, D2 and C3. RGB value is (179,210,195). Sum of RGB (Red+Green+Blue) = 179+210+195=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D2C3 is #4C2D3C. Grayscale: #C7C7C7. Windows color (decimal): -4992317 or 12833459. OLE color: 12833459.
HSL color Cylindrical-coordinate representation of color #B3D2C3: hue angle of 150.97º 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 #B3D2C3 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 210 | 195 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.18 |
| HSL | 150.97º | 0.26% | 0.76% | - |
| HSV(B) | 150.97º | 0.15% | 0.82% | - |
| XYZ | 51.49 | 59.62 | 60.42 | - |
| YUV | 199.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 195 | 0.15 | 0 | 0.07 | 0.18 | 150.97 | 0.26 | 0.76 |
| Hex | B3 | D2 | C3 | F | 0 | 7 | 12 | 97 | 1A | 4C |
| Octal | 263 | 322 | 303 | 17 | 0 | 7 | 22 | 227 | 32 | 114 |
| Binary | 10110011 | 11010010 | 11000011 | 1111 | 0 | 111 | 10010 | 10010111 | 11010 | 1001100 |
Color Harmonies of #B3D2C3
Complementary color
Monochromatic Colors of #B3D2C3
Black with #B3D2C3
Text Example
Text Example
White with #B3D2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D2C3; }
p { color: rgb(179,210,195); }
H1.HeaderClassName
{
color: #B3D2C3;
}
.AnyTagClassName
{
color: #B3D2C3;
}
</style>
background-color css
<style>
a { background-color: #B3D2C3; }
a { background-color: rgb(179,210,195); }
div.DivClassName
{
background-color: #B3D2C3;
}
.BgClassName
{
background-color: #B3D2C3;
}
</style>
border-color css
<style>
span { border-color: #B3D2C3; }
span { border-color: rgb(179,210,195); }
td.TdClassName
{
border-color: #B3D2C3;
}
.TagClassName
{
border-color: #B3D2C3;
}
</style>