#B4CABB

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

Shades of Nebula #B4CABB

Tints of Nebula #B4CABB

Color information

#B4CABB (or 0xB4CABB) is unknown color: approx Nebula. HEX triplet: B4, CA and BB. RGB value is (180,202,187). Sum of RGB (Red+Green+Blue) = 180+202+187=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CABB is #4B3544. Grayscale: #C1C1C1. Windows color (decimal): -4928837 or 12307124. OLE color: 12307124.

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

Color convert

RGB180202187-
CMYK0.1100.070.21
HSL139.09º17.19%74.9%-
HSV(B)139.09º10.89%79.22%-
XYZ48.9155.5355.15-
YUV193.71124.21118.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.63%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=31.63%
G=35.50%
B=32.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021870.1100.070.21139.0917.1974.9
HexB4CABBB07158b114b
Octal26431227313072521321113
Binary101101001100101010111011101101111010110001011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CABB; }

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

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

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

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

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

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

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

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