#B4CABE

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

Shades of Nebula #B4CABE

Tints of Nebula #B4CABE

Color information

#B4CABE (or 0xB4CABE) is unknown color: approx Nebula. HEX triplet: B4, CA and BE. RGB value is (180,202,190). Sum of RGB (Red+Green+Blue) = 180+202+190=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CABE is #4B3541. Grayscale: #C2C2C2. Windows color (decimal): -4928834 or 12503732. OLE color: 12503732.

HSL color Cylindrical-coordinate representation of color #B4CABE: hue angle of 147.27º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4CABE is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB180202190-
CMYK0.1100.060.21
HSL147.27º17.19%74.9%-
HSV(B)147.27º10.89%79.22%-
XYZ49.2455.6656.86-
YUV194.05125.71117.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=31.47%
G=35.31%
B=33.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021900.1100.060.21147.2717.1974.9
HexB4CABEB061593114b
Octal26431227613062522321113
Binary101101001100101010111110101101101010110010011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CABE; }

 p { color: rgb(180,202,190); }

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

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

 a { background-color: rgb(180,202,190); }

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

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

 span { border-color: rgb(180,202,190); }

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