Html Css Color HEX #BABEE6 Perano

📋 copy color: '#BABEE6'

red 186 ◦ green 190 ◦ blue 230

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

Shades of Perano #BABEE6

Tints of Perano #BABEE6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.35%

 BLUE value IS 230 (90.23% from 255) = 37.95%

R = 30.69%
G = 31.35%
B = 37.95%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BABEE6 (or 0xBABEE6) is known color: Perano. HEX triplet: BA, BE and E6. RGB value is (186,190,230). Sum of RGB (Red+Green+Blue) = 186+190+230=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #BABEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEE6 is #454119. Grayscale: #C1C1C1. Windows color (decimal): -4538650 or 15122106. OLE color: 15122106.

HSL color Cylindrical-coordinate representation of color #BABEE6: hue angle of 234.55º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABEE6 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 190 230 -
CMYK 0.19 0.17 0 0.10
HSL 234.55º 0.47% 0.82% -
HSV(B) 234.55º 0.19% 0.9% -
XYZ 52.95 52.98 82.3 -
YUV 193.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 186 190 230 0.19 0.17 0 0.10 234.55 0.47 0.82
Hex BA BE E6 13 11 0 A EB 2F 52
Octal 272 276 346 23 21 0 12 353 57 122
Binary 10111010 10111110 11100110 10011 10001 0 1010 11101011 101111 1010010

Color Harmonies of #BABEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABEE6

Black with #BABEE6

Text Example


Text Example

White with #BABEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABEE6; }

 p { color: rgb(186,190,230); }

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

background-color css

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

 a { background-color: rgb(186,190,230); }

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

border-color css

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

 span { border-color: rgb(186,190,230); }

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