Html Css Color HEX #BABBF2 Perano

📋 copy color: '#BABBF2'

red 186 ◦ green 187 ◦ blue 242

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

Shades of Perano #BABBF2

Tints of Perano #BABBF2

RGB

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

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

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

R = 30.24%
G = 30.41%
B = 39.35%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BABBF2 (or 0xBABBF2) is known color: Perano. HEX triplet: BA, BB and F2. RGB value is (186,187,242). Sum of RGB (Red+Green+Blue) = 186+187+242=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #BABBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBF2 is #45440D. Grayscale: #C0C0C0. Windows color (decimal): -4539406 or 15907770. OLE color: 15907770.

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

Color convert

RGB 186 187 242 -
CMYK 0.23 0.23 0 0.05
HSL 238.93º 0.68% 0.84% -
HSV(B) 238.93º 0.23% 0.95% -
XYZ 54.05 52.39 91.27 -
YUV 192.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 186 187 242 0.23 0.23 0 0.05 238.93 0.68 0.84
Hex BA BB F2 17 17 0 5 EF 44 54
Octal 272 273 362 27 27 0 5 357 104 124
Binary 10111010 10111011 11110010 10111 10111 0 101 11101111 1000100 1010100

Color Harmonies of #BABBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABBF2

Black with #BABBF2

Text Example


Text Example

White with #BABBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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