Html Css Color HEX #B4ADCB Blue Haze

📋 copy color: '#B4ADCB'

red 180 ◦ green 173 ◦ blue 203

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

Shades of Blue Haze #B4ADCB

Tints of Blue Haze #B4ADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.51%

R = 32.37%
G = 31.12%
B = 36.51%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B4ADCB (or 0xB4ADCB) is known color: Blue Haze. HEX triplet: B4, AD and CB. RGB value is (180,173,203). Sum of RGB (Red+Green+Blue) = 180+173+203=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADCB is #4B5234. Grayscale: #B2B2B2. Windows color (decimal): -4936245 or 13348276. OLE color: 13348276.

HSL color Cylindrical-coordinate representation of color #B4ADCB: hue angle of 254º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4ADCB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 173 203 -
CMYK 0.11 0.15 0 0.20
HSL 254º 0.22% 0.74% -
HSV(B) 254º 0.15% 0.8% -
XYZ 44.55 43.9 62.63 -
YUV 178.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 180 173 203 0.11 0.15 0 0.20 254 0.22 0.74
Hex B4 AD CB B F 0 14 FE 16 4A
Octal 264 255 313 13 17 0 24 376 26 112
Binary 10110100 10101101 11001011 1011 1111 0 10100 11111110 10110 1001010

Color Harmonies of #B4ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADCB

Black with #B4ADCB

Text Example


Text Example

White with #B4ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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