Html Css Color HEX #BABBEF Perano

📋 copy color: '#BABBEF'

red 186 ◦ green 187 ◦ blue 239

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

Shades of Perano #BABBEF

Tints of Perano #BABBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.05%

R = 30.39%
G = 30.56%
B = 39.05%

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

#BABBEF (or 0xBABBEF) is known color: Perano. HEX triplet: BA, BB and EF. RGB value is (186,187,239). Sum of RGB (Red+Green+Blue) = 186+187+239=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #BABBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBEF is #454410. Grayscale: #C0C0C0. Windows color (decimal): -4539409 or 15711162. OLE color: 15711162.

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

Color convert

RGB 186 187 239 -
CMYK 0.22 0.22 0 0.06
HSL 238.87º 0.62% 0.83% -
HSV(B) 238.87º 0.22% 0.94% -
XYZ 53.6 52.21 88.91 -
YUV 192.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 186 187 239 0.22 0.22 0 0.06 238.87 0.62 0.83
Hex BA BB EF 16 16 0 6 EF 3E 53
Octal 272 273 357 26 26 0 6 357 76 123
Binary 10111010 10111011 11101111 10110 10110 0 110 11101111 111110 1010011

Color Harmonies of #BABBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABBEF

Black with #BABBEF

Text Example


Text Example

White with #BABBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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