#B3DCC5

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

Shades of Nebula #B3DCC5

Tints of Nebula #B3DCC5

Color information

#B3DCC5 (or 0xB3DCC5) is unknown color: approx Nebula. HEX triplet: B3, DC and C5. RGB value is (179,220,197). Sum of RGB (Red+Green+Blue) = 179+220+197=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCC5 is #4C233A. Grayscale: #CDCDCD. Windows color (decimal): -4989755 or 12967091. OLE color: 12967091.

HSL color Cylindrical-coordinate representation of color #B3DCC5: hue angle of 146.34º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCC5 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB179220197-
CMYK0.1900.100.14
HSL146.34º36.94%78.24%-
HSV(B)146.34º18.64%86.27%-
XYZ54.2664.862.47-
YUV205.12123.42109.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.03%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 197 (77.34% from 255) = 33.05%
R=30.03%
G=36.91%
B=33.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792201970.1900.100.14146.3436.9478.24
HexB3DCC5130AE92254e
Octal263334305230121622245116
Binary10110011110111001100010110011010101110100100101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DCC5; }

 p { color: rgb(179,220,197); }

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

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

 a { background-color: rgb(179,220,197); }

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

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

 span { border-color: rgb(179,220,197); }

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