#B4CEC1

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

Shades of Nebula #B4CEC1

Tints of Nebula #B4CEC1

Color information

#B4CEC1 (or 0xB4CEC1) is unknown color: approx Nebula. HEX triplet: B4, CE and C1. RGB value is (180,206,193). Sum of RGB (Red+Green+Blue) = 180+206+193=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEC1 is #4B313E. Grayscale: #C4C4C4. Windows color (decimal): -4927807 or 12701364. OLE color: 12701364.

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

Color convert

RGB180206193-
CMYK0.1300.060.19
HSL150º20.97%75.69%-
HSV(B)150º12.62%80.78%-
XYZ50.5257.758.93-
YUV196.74125.89116.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.09%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=31.09%
G=35.58%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802061930.1300.060.1915020.9775.69
HexB4CEC1D061396154c
Octal26431630115062322625114
Binary101101001100111011000001110101101001110010110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CEC1; }

 p { color: rgb(180,206,193); }

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

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

 a { background-color: rgb(180,206,193); }

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

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

 span { border-color: rgb(180,206,193); }

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