Html Css Color HEX #BABFEB Perano

📋 copy color: '#BABFEB'

red 186 ◦ green 191 ◦ blue 235

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

Shades of Perano #BABFEB

Tints of Perano #BABFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.4%

R = 30.39%
G = 31.21%
B = 38.4%

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

#BABFEB (or 0xBABFEB) is known color: Perano. HEX triplet: BA, BF and EB. RGB value is (186,191,235). Sum of RGB (Red+Green+Blue) = 186+191+235=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #BABFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFEB is #454014. Grayscale: #C2C2C2. Windows color (decimal): -4538389 or 15450042. OLE color: 15450042.

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

Color convert

RGB 186 191 235 -
CMYK 0.21 0.19 0 0.08
HSL 233.88º 0.55% 0.83% -
HSV(B) 233.88º 0.21% 0.92% -
XYZ 53.88 53.7 86.12 -
YUV 194.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 186 191 235 0.21 0.19 0 0.08 233.88 0.55 0.83
Hex BA BF EB 15 13 0 8 EA 37 53
Octal 272 277 353 25 23 0 10 352 67 123
Binary 10111010 10111111 11101011 10101 10011 0 1000 11101010 110111 1010011

Color Harmonies of #BABFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABFEB

Black with #BABFEB

Text Example


Text Example

White with #BABFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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