#B5CFC0

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

Shades of Nebula #B5CFC0

Tints of Nebula #B5CFC0

Color information

#B5CFC0 (or 0xB5CFC0) is unknown color: approx Nebula. HEX triplet: B5, CF and C0. RGB value is (181,207,192). Sum of RGB (Red+Green+Blue) = 181+207+192=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFC0 is #4A303F. Grayscale: #C5C5C5. Windows color (decimal): -4862016 or 12636085. OLE color: 12636085.

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

Color convert

RGB181207192-
CMYK0.1300.070.19
HSL145.38º21.31%76.08%-
HSV(B)145.38º12.56%81.18%-
XYZ50.8858.2658.43-
YUV197.52124.89116.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.21%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 192 (75.39% from 255) = 33.10%
R=31.21%
G=35.69%
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.19
SystemRedGreenBlueCMYKHSL
Decimal1812071920.1300.070.19145.3821.3176.08
HexB5CFC0D071391154c
Octal26531730015072322125114
Binary101101011100111111000000110101111001110010001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFC0; }

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

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

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

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

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

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

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

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