Html Css Color HEX #B5ADCA Blue Haze

📋 copy color: '#B5ADCA'

red 181 ◦ green 173 ◦ blue 202

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

Shades of Blue Haze #B5ADCA

Tints of Blue Haze #B5ADCA

RGB

 RED value IS 181 (71.09% from 255) = 32.55%

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

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 32.55%
G = 31.12%
B = 36.33%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B5ADCA (or 0xB5ADCA) is known color: Blue Haze. HEX triplet: B5, AD and CA. RGB value is (181,173,202). Sum of RGB (Red+Green+Blue) = 181+173+202=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADCA is #4A5235. Grayscale: #B2B2B2. Windows color (decimal): -4870710 or 13282741. OLE color: 13282741.

HSL color Cylindrical-coordinate representation of color #B5ADCA: hue angle of 256.55º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5ADCA is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 173 202 -
CMYK 0.10 0.14 0 0.21
HSL 256.55º 0.21% 0.74% -
HSV(B) 256.55º 0.14% 0.79% -
XYZ 44.66 43.98 62.01 -
YUV 178.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 181 173 202 0.10 0.14 0 0.21 256.55 0.21 0.74
Hex B5 AD CA A E 0 15 101 15 4A
Octal 265 255 312 12 16 0 25 401 25 112
Binary 10110101 10101101 11001010 1010 1110 0 10101 100000001 10101 1001010

Color Harmonies of #B5ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADCA

Black with #B5ADCA

Text Example


Text Example

White with #B5ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADCA; }

 p { color: rgb(181,173,202); }

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

background-color css

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

 a { background-color: rgb(181,173,202); }

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

border-color css

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

 span { border-color: rgb(181,173,202); }

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