Html Css Color HEX #BABDEA Perano

📋 copy color: '#BABDEA'

red 186 ◦ green 189 ◦ blue 234

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

Shades of Perano #BABDEA

Tints of Perano #BABDEA

RGB

 RED value IS 186 (73.05% from 255) = 30.54%

 GREEN value IS 189 (74.22% from 255) = 31.03%

 BLUE value IS 234 (91.8% from 255) = 38.42%

R = 30.54%
G = 31.03%
B = 38.42%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BABDEA (or 0xBABDEA) is known color: Perano. HEX triplet: BA, BD and EA. RGB value is (186,189,234). Sum of RGB (Red+Green+Blue) = 186+189+234=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #BABDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDEA is #454215. Grayscale: #C1C1C1. Windows color (decimal): -4538902 or 15383994. OLE color: 15383994.

HSL color Cylindrical-coordinate representation of color #BABDEA: hue angle of 236.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABDEA is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 189 234 -
CMYK 0.21 0.19 0 0.08
HSL 236.25º 0.53% 0.82% -
HSV(B) 236.25º 0.21% 0.92% -
XYZ 53.3 52.77 85.22 -
YUV 193.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 186 189 234 0.21 0.19 0 0.08 236.25 0.53 0.82
Hex BA BD EA 15 13 0 8 EC 35 52
Octal 272 275 352 25 23 0 10 354 65 122
Binary 10111010 10111101 11101010 10101 10011 0 1000 11101100 110101 1010010

Color Harmonies of #BABDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDEA

Black with #BABDEA

Text Example


Text Example

White with #BABDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDEA; }

 p { color: rgb(186,189,234); }

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

background-color css

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

 a { background-color: rgb(186,189,234); }

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

border-color css

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

 span { border-color: rgb(186,189,234); }

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