#B3CDBB

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

Shades of Nebula #B3CDBB

Tints of Nebula #B3CDBB

Color information

#B3CDBB (or 0xB3CDBB) is unknown color: approx Nebula. HEX triplet: B3, CD and BB. RGB value is (179,205,187). Sum of RGB (Red+Green+Blue) = 179+205+187=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDBB is #4C3244. Grayscale: #C3C3C3. Windows color (decimal): -4993605 or 12307891. OLE color: 12307891.

HSL color Cylindrical-coordinate representation of color #B3CDBB: hue angle of 138.46º 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 #B3CDBB is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB179205187-
CMYK0.1300.090.20
HSL138.46º20.63%75.29%-
HSV(B)138.46º12.68%80.39%-
XYZ49.3956.8355.38-
YUV195.17123.39116.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=31.35%
G=35.90%
B=32.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792051870.1300.090.20138.4620.6375.29
HexB3CDBBD09148a154b
Octal263315273150112421225113
Binary1011001111001101101110111101010011010010001010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CDBB; }

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

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

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

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

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

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

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

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