#B5D0BF

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

Shades of Nebula #B5D0BF

Tints of Nebula #B5D0BF

Color information

#B5D0BF (or 0xB5D0BF) is unknown color: approx Nebula. HEX triplet: B5, D0 and BF. RGB value is (181,208,191). Sum of RGB (Red+Green+Blue) = 181+208+191=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D0BF is #4A2F40. Grayscale: #C6C6C6. Windows color (decimal): -4861761 or 12570805. OLE color: 12570805.

HSL color Cylindrical-coordinate representation of color #B5D0BF: hue angle of 142.22º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5D0BF is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB181208191-
CMYK0.1300.080.18
HSL142.22º22.31%76.27%-
HSV(B)142.22º12.98%81.57%-
XYZ51.0258.757.93-
YUV197.99124.05115.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.21%
GREEN value IS 208 (81.64% from 255) = 35.86%
BLUE value IS 191 (75% from 255) = 32.93%
R=31.21%
G=35.86%
B=32.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812081910.1300.080.18142.2222.3176.27
HexB5D0BFD08128e164c
Octal265320277150102221626114
Binary1011010111010000101111111101010001001010001110101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D0BF; }

 p { color: rgb(181,208,191); }

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

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

 a { background-color: rgb(181,208,191); }

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

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

 span { border-color: rgb(181,208,191); }

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