#B4DAC4

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

Shades of Nebula #B4DAC4

Tints of Nebula #B4DAC4

Color information

#B4DAC4 (or 0xB4DAC4) is unknown color: approx Nebula. HEX triplet: B4, DA and C4. RGB value is (180,218,196). Sum of RGB (Red+Green+Blue) = 180+218+196=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DAC4 is #4B253B. Grayscale: #CCCCCC. Windows color (decimal): -4924732 or 12901044. OLE color: 12901044.

HSL color Cylindrical-coordinate representation of color #B4DAC4: hue angle of 145.26º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4DAC4 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB180218196-
CMYK0.1700.100.15
HSL145.26º33.93%78.04%-
HSV(B)145.26º17.43%85.49%-
XYZ53.8663.8361.71-
YUV204.13123.41110.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.30%
GREEN value IS 218 (85.55% from 255) = 36.70%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=30.30%
G=36.70%
B=33.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802181960.1700.100.15145.2633.9378.04
HexB4DAC4110AF91224e
Octal264332304210121722142116
Binary10110100110110101100010010001010101111100100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DAC4; }

 p { color: rgb(180,218,196); }

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

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

 a { background-color: rgb(180,218,196); }

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

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

 span { border-color: rgb(180,218,196); }

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