Html Css Color HEX #B4BAD5 Perano

📋 copy color: '#B4BAD5'

red 180 ◦ green 186 ◦ blue 213

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

Shades of Perano #B4BAD5

Tints of Perano #B4BAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.79%

R = 31.09%
G = 32.12%
B = 36.79%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B4BAD5 (or 0xB4BAD5) is known color: Perano. HEX triplet: B4, BA and D5. RGB value is (180,186,213). Sum of RGB (Red+Green+Blue) = 180+186+213=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #B4BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BAD5 is #4B452A. Grayscale: #BBBBBB. Windows color (decimal): -4932907 or 14006964. OLE color: 14006964.

HSL color Cylindrical-coordinate representation of color #B4BAD5: hue angle of 229.09º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4BAD5 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 186 213 -
CMYK 0.15 0.13 0 0.16
HSL 229.09º 0.28% 0.77% -
HSV(B) 229.09º 0.15% 0.84% -
XYZ 48.39 49.63 69.98 -
YUV 187.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 180 186 213 0.15 0.13 0 0.16 229.09 0.28 0.77
Hex B4 BA D5 F D 0 10 E5 1C 4D
Octal 264 272 325 17 15 0 20 345 34 115
Binary 10110100 10111010 11010101 1111 1101 0 10000 11100101 11100 1001101

Color Harmonies of #B4BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BAD5

Black with #B4BAD5

Text Example


Text Example

White with #B4BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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