#B3D3C1

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

Shades of Nebula #B3D3C1

Tints of Nebula #B3D3C1

Color information

#B3D3C1 (or 0xB3D3C1) is unknown color: approx Nebula. HEX triplet: B3, D3 and C1. RGB value is (179,211,193). Sum of RGB (Red+Green+Blue) = 179+211+193=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D3C1 is #4C2C3E. Grayscale: #C7C7C7. Windows color (decimal): -4992063 or 12702643. OLE color: 12702643.

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

Color convert

RGB179211193-
CMYK0.1500.090.17
HSL146.25º26.67%76.47%-
HSV(B)146.25º15.17%82.75%-
XYZ51.5160.0259.32-
YUV199.38124.4113.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.70%
GREEN value IS 211 (82.81% from 255) = 36.19%
BLUE value IS 193 (75.78% from 255) = 33.10%
R=30.70%
G=36.19%
B=33.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792111930.1500.090.17146.2526.6776.47
HexB3D3C1F0911921b4c
Octal263323301170112122233114
Binary1011001111010011110000011111010011000110010010110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D3C1; }

 p { color: rgb(179,211,193); }

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

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

 a { background-color: rgb(179,211,193); }

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

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

 span { border-color: rgb(179,211,193); }

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