Html Css Color HEX #BABFE9 Perano

📋 copy color: '#BABFE9'

red 186 ◦ green 191 ◦ blue 233

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

Shades of Perano #BABFE9

Tints of Perano #BABFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.2%

R = 30.49%
G = 31.31%
B = 38.2%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BABFE9 (or 0xBABFE9) is known color: Perano. HEX triplet: BA, BF and E9. RGB value is (186,191,233). Sum of RGB (Red+Green+Blue) = 186+191+233=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #BABFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFE9 is #454016. Grayscale: #C2C2C2. Windows color (decimal): -4538391 or 15318970. OLE color: 15318970.

HSL color Cylindrical-coordinate representation of color #BABFE9: hue angle of 233.62º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BABFE9 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 191 233 -
CMYK 0.20 0.18 0 0.09
HSL 233.62º 0.52% 0.82% -
HSV(B) 233.62º 0.2% 0.91% -
XYZ 53.59 53.58 84.61 -
YUV 194.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 186 191 233 0.20 0.18 0 0.09 233.62 0.52 0.82
Hex BA BF E9 14 12 0 9 EA 34 52
Octal 272 277 351 24 22 0 11 352 64 122
Binary 10111010 10111111 11101001 10100 10010 0 1001 11101010 110100 1010010

Color Harmonies of #BABFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABFE9

Black with #BABFE9

Text Example


Text Example

White with #BABFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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