Html Css Color HEX #B4BADE Perano

📋 copy color: '#B4BADE'

red 180 ◦ green 186 ◦ blue 222

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

Shades of Perano #B4BADE

Tints of Perano #B4BADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.63%

 BLUE value IS 222 (87.11% from 255) = 37.76%

R = 30.61%
G = 31.63%
B = 37.76%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4BADE (or 0xB4BADE) is known color: Perano. HEX triplet: B4, BA and DE. RGB value is (180,186,222). Sum of RGB (Red+Green+Blue) = 180+186+222=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BADE is #4B4521. Grayscale: #BCBCBC. Windows color (decimal): -4932898 or 14596788. OLE color: 14596788.

HSL color Cylindrical-coordinate representation of color #B4BADE: hue angle of 231.43º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4BADE is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 186 222 -
CMYK 0.19 0.16 0 0.13
HSL 231.43º 0.39% 0.79% -
HSV(B) 231.43º 0.19% 0.87% -
XYZ 49.57 50.1 76.16 -
YUV 188.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 180 186 222 0.19 0.16 0 0.13 231.43 0.39 0.79
Hex B4 BA DE 13 10 0 D E7 27 4F
Octal 264 272 336 23 20 0 15 347 47 117
Binary 10110100 10111010 11011110 10011 10000 0 1101 11100111 100111 1001111

Color Harmonies of #B4BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BADE

Black with #B4BADE

Text Example


Text Example

White with #B4BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BADE; }

 p { color: rgb(180,186,222); }

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

background-color css

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

 a { background-color: rgb(180,186,222); }

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

border-color css

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

 span { border-color: rgb(180,186,222); }

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