#B3CDBE

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

Shades of Nebula #B3CDBE

Tints of Nebula #B3CDBE

Color information

#B3CDBE (or 0xB3CDBE) is unknown color: approx Nebula. HEX triplet: B3, CD and BE. RGB value is (179,205,190). Sum of RGB (Red+Green+Blue) = 179+205+190=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDBE is #4C3241. Grayscale: #C3C3C3. Windows color (decimal): -4993602 or 12504499. OLE color: 12504499.

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

Color convert

RGB179205190-
CMYK0.1300.070.20
HSL145.38º20.63%75.29%-
HSV(B)145.38º12.68%80.39%-
XYZ49.7256.9657.09-
YUV195.52124.89116.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.18%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 190 (74.61% from 255) = 33.10%
R=31.18%
G=35.71%
B=33.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792051900.1300.070.20145.3820.6375.29
HexB3CDBED071491154b
Octal26331527615072422125113
Binary101100111100110110111110110101111010010010001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CDBE; }

 p { color: rgb(179,205,190); }

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

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

 a { background-color: rgb(179,205,190); }

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

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

 span { border-color: rgb(179,205,190); }

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