#B5CFBD

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

Shades of Nebula #B5CFBD

Tints of Nebula #B5CFBD

Color information

#B5CFBD (or 0xB5CFBD) is unknown color: approx Nebula. HEX triplet: B5, CF and BD. RGB value is (181,207,189). Sum of RGB (Red+Green+Blue) = 181+207+189=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFBD is #4A3042. Grayscale: #C5C5C5. Windows color (decimal): -4862019 or 12439477. OLE color: 12439477.

HSL color Cylindrical-coordinate representation of color #B5CFBD: hue angle of 138.46º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CFBD is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB181207189-
CMYK0.1300.090.19
HSL138.46º21.31%76.08%-
HSV(B)138.46º12.56%81.18%-
XYZ50.5558.1256.7-
YUV197.17123.39116.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=31.37%
G=35.88%
B=32.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812071890.1300.090.19138.4621.3176.08
HexB5CFBDD09138a154c
Octal265317275150112321225114
Binary1011010111001111101111011101010011001110001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFBD; }

 p { color: rgb(181,207,189); }

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

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

 a { background-color: rgb(181,207,189); }

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

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

 span { border-color: rgb(181,207,189); }

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