Html Css Color HEX #B4DAC4 Nebula

📋 copy color: '#B4DAC4'

red 180 ◦ green 218 ◦ blue 196

#B4DAC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #B4DAC4

Tints of Nebula #B4DAC4

RGB

 RED value IS 180 (70.7% from 255) = 30.3%

 GREEN value IS 218 (85.55% from 255) = 36.7%

 BLUE value IS 196 (76.95% from 255) = 33%

R = 30.3%
G = 36.7%
B = 33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#B4DAC4 (or 0xB4DAC4) is known color: 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

RGB 180 218 196 -
CMYK 0.17 0 0.10 0.15
HSL 145.26º 0.34% 0.78% -
HSV(B) 145.26º 0.17% 0.85% -
XYZ 53.86 63.83 61.71 -
YUV 204.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 180 218 196 0.17 0 0.10 0.15 145.26 0.34 0.78
Hex B4 DA C4 11 0 A F 91 22 4E
Octal 264 332 304 21 0 12 17 221 42 116
Binary 10110100 11011010 11000100 10001 0 1010 1111 10010001 100010 1001110

Color Harmonies of #B4DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DAC4

Black with #B4DAC4

Text Example


Text Example

White with #B4DAC4

Text Example


Text Example

HTML Codes & Css Web 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>