Html Css Color HEX #BABEF2 Perano

📋 copy color: '#BABEF2'

red 186 ◦ green 190 ◦ blue 242

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

Shades of Perano #BABEF2

Tints of Perano #BABEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.16%

R = 30.1%
G = 30.74%
B = 39.16%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BABEF2 (or 0xBABEF2) is known color: Perano. HEX triplet: BA, BE and F2. RGB value is (186,190,242). Sum of RGB (Red+Green+Blue) = 186+190+242=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #BABEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABEF2 is #45410D. Grayscale: #C2C2C2. Windows color (decimal): -4538638 or 15908538. OLE color: 15908538.

HSL color Cylindrical-coordinate representation of color #BABEF2: hue angle of 235.71º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BABEF2 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 190 242 -
CMYK 0.23 0.21 0 0.05
HSL 235.71º 0.68% 0.84% -
HSV(B) 235.71º 0.23% 0.95% -
XYZ 54.69 53.68 91.48 -
YUV 194.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 186 190 242 0.23 0.21 0 0.05 235.71 0.68 0.84
Hex BA BE F2 17 15 0 5 EC 44 54
Octal 272 276 362 27 25 0 5 354 104 124
Binary 10111010 10111110 11110010 10111 10101 0 101 11101100 1000100 1010100

Color Harmonies of #BABEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABEF2

Black with #BABEF2

Text Example


Text Example

White with #BABEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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