#B4CABC

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

Shades of Nebula #B4CABC

Tints of Nebula #B4CABC

Color information

#B4CABC (or 0xB4CABC) is unknown color: approx Nebula. HEX triplet: B4, CA and BC. RGB value is (180,202,188). Sum of RGB (Red+Green+Blue) = 180+202+188=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CABC is #4B3543. Grayscale: #C1C1C1. Windows color (decimal): -4928836 or 12372660. OLE color: 12372660.

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

Color convert

RGB180202188-
CMYK0.1100.070.21
HSL141.82º17.19%74.9%-
HSV(B)141.82º10.89%79.22%-
XYZ49.0255.5855.72-
YUV193.83124.71118.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=31.58%
G=35.44%
B=32.98%

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
Decimal1802021880.1100.070.21141.8217.1974.9
HexB4CABCB07158e114b
Octal26431227413072521621113
Binary101101001100101010111100101101111010110001110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CABC; }

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

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

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

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

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

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

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

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