#B5CFC1

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

Shades of Nebula #B5CFC1

Tints of Nebula #B5CFC1

Color information

#B5CFC1 (or 0xB5CFC1) is unknown color: approx Nebula. HEX triplet: B5, CF and C1. RGB value is (181,207,193). Sum of RGB (Red+Green+Blue) = 181+207+193=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFC1 is #4A303E. Grayscale: #C5C5C5. Windows color (decimal): -4862015 or 12701621. OLE color: 12701621.

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

Color convert

RGB181207193-
CMYK0.1300.070.19
HSL147.69º21.31%76.08%-
HSV(B)147.69º12.56%81.18%-
XYZ50.9958.359.02-
YUV197.63125.39116.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.15%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=31.15%
G=35.63%
B=33.22%

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
Decimal1812071930.1300.070.19147.6921.3176.08
HexB5CFC1D071394154c
Octal26531730115072322425114
Binary101101011100111111000001110101111001110010100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFC1; }

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

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

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

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

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

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

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

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