Html Css Color HEX #B4ADD4 Blue Haze

📋 copy color: '#B4ADD4'

red 180 ◦ green 173 ◦ blue 212

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

Shades of Blue Haze #B4ADD4

Tints of Blue Haze #B4ADD4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.62%

 BLUE value IS 212 (83.2% from 255) = 37.52%

R = 31.86%
G = 30.62%
B = 37.52%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B4ADD4 (or 0xB4ADD4) is known color: Blue Haze. HEX triplet: B4, AD and D4. RGB value is (180,173,212). Sum of RGB (Red+Green+Blue) = 180+173+212=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #B4ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADD4 is #4B522B. Grayscale: #B3B3B3. Windows color (decimal): -4936236 or 13938100. OLE color: 13938100.

HSL color Cylindrical-coordinate representation of color #B4ADD4: hue angle of 250.77º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4ADD4 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 180 173 212 -
CMYK 0.15 0.18 0 0.17
HSL 250.77º 0.31% 0.75% -
HSV(B) 250.77º 0.18% 0.83% -
XYZ 45.65 44.34 68.44 -
YUV 179.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 180 173 212 0.15 0.18 0 0.17 250.77 0.31 0.75
Hex B4 AD D4 F 12 0 11 FB 1F 4B
Octal 264 255 324 17 22 0 21 373 37 113
Binary 10110100 10101101 11010100 1111 10010 0 10001 11111011 11111 1001011

Color Harmonies of #B4ADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADD4

Black with #B4ADD4

Text Example


Text Example

White with #B4ADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADD4; }

 p { color: rgb(180,173,212); }

 H1.HeaderClassName
 {
   color: #B4ADD4;
 }
 .AnyTagClassName
 {
   color: #B4ADD4;
 }
</style>

background-color css

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

 a { background-color: rgb(180,173,212); }

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

border-color css

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

 span { border-color: rgb(180,173,212); }

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