Html Css Color HEX #BABBF0 Perano

📋 copy color: '#BABBF0'

red 186 ◦ green 187 ◦ blue 240

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

Shades of Perano #BABBF0

Tints of Perano #BABBF0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.51%

 BLUE value IS 240 (94.14% from 255) = 39.15%

R = 30.34%
G = 30.51%
B = 39.15%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BABBF0 (or 0xBABBF0) is known color: Perano. HEX triplet: BA, BB and F0. RGB value is (186,187,240). Sum of RGB (Red+Green+Blue) = 186+187+240=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #BABBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBF0 is #45440F. Grayscale: #C0C0C0. Windows color (decimal): -4539408 or 15776698. OLE color: 15776698.

HSL color Cylindrical-coordinate representation of color #BABBF0: hue angle of 238.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BABBF0 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 187 240 -
CMYK 0.22 0.22 0 0.06
HSL 238.89º 0.64% 0.84% -
HSV(B) 238.89º 0.23% 0.94% -
XYZ 53.75 52.27 89.69 -
YUV 192.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 186 187 240 0.22 0.22 0 0.06 238.89 0.64 0.84
Hex BA BB F0 16 16 0 6 EF 40 54
Octal 272 273 360 26 26 0 6 357 100 124
Binary 10111010 10111011 11110000 10110 10110 0 110 11101111 1000000 1010100

Color Harmonies of #BABBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABBF0

Black with #BABBF0

Text Example


Text Example

White with #BABBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABBF0; }

 p { color: rgb(186,187,240); }

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

background-color css

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

 a { background-color: rgb(186,187,240); }

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

border-color css

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

 span { border-color: rgb(186,187,240); }

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