Html Css Color HEX #BABCF0 Perano

📋 copy color: '#BABCF0'

red 186 ◦ green 188 ◦ blue 240

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

Shades of Perano #BABCF0

Tints of Perano #BABCF0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.62%

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

R = 30.29%
G = 30.62%
B = 39.09%

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

#BABCF0 (or 0xBABCF0) is known color: Perano. HEX triplet: BA, BC and F0. RGB value is (186,188,240). Sum of RGB (Red+Green+Blue) = 186+188+240=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #BABCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCF0 is #45430F. Grayscale: #C1C1C1. Windows color (decimal): -4539152 or 15776954. OLE color: 15776954.

HSL color Cylindrical-coordinate representation of color #BABCF0: hue angle of 237.78º 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 #BABCF0 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 188 240 -
CMYK 0.22 0.22 0 0.06
HSL 237.78º 0.64% 0.84% -
HSV(B) 237.78º 0.23% 0.94% -
XYZ 53.96 52.7 89.77 -
YUV 193.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 186 188 240 0.22 0.22 0 0.06 237.78 0.64 0.84
Hex BA BC F0 16 16 0 6 EE 40 54
Octal 272 274 360 26 26 0 6 356 100 124
Binary 10111010 10111100 11110000 10110 10110 0 110 11101110 1000000 1010100

Color Harmonies of #BABCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCF0

Black with #BABCF0

Text Example


Text Example

White with #BABCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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