Html Css Color HEX #BABFE7 Perano

📋 copy color: '#BABFE7'

red 186 ◦ green 191 ◦ blue 231

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

Shades of Perano #BABFE7

Tints of Perano #BABFE7

RGB

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

 GREEN value IS 191 (75% from 255) = 31.41%

 BLUE value IS 231 (90.63% from 255) = 37.99%

R = 30.59%
G = 31.41%
B = 37.99%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BABFE7 (or 0xBABFE7) is known color: Perano. HEX triplet: BA, BF and E7. RGB value is (186,191,231). Sum of RGB (Red+Green+Blue) = 186+191+231=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #BABFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFE7 is #454018. Grayscale: #C1C1C1. Windows color (decimal): -4538393 or 15187898. OLE color: 15187898.

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

Color convert

RGB 186 191 231 -
CMYK 0.19 0.17 0 0.09
HSL 233.33º 0.48% 0.82% -
HSV(B) 233.33º 0.19% 0.91% -
XYZ 53.3 53.47 83.11 -
YUV 194.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 186 191 231 0.19 0.17 0 0.09 233.33 0.48 0.82
Hex BA BF E7 13 11 0 9 E9 30 52
Octal 272 277 347 23 21 0 11 351 60 122
Binary 10111010 10111111 11100111 10011 10001 0 1001 11101001 110000 1010010

Color Harmonies of #BABFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABFE7

Black with #BABFE7

Text Example


Text Example

White with #BABFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABFE7; }

 p { color: rgb(186,191,231); }

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

background-color css

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

 a { background-color: rgb(186,191,231); }

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

border-color css

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

 span { border-color: rgb(186,191,231); }

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