Html Css Color HEX #BABBEE Perano

📋 copy color: '#BABBEE'

red 186 ◦ green 187 ◦ blue 238

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

Shades of Perano #BABBEE

Tints of Perano #BABBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.95%

R = 30.44%
G = 30.61%
B = 38.95%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BABBEE (or 0xBABBEE) is known color: Perano. HEX triplet: BA, BB and EE. RGB value is (186,187,238). Sum of RGB (Red+Green+Blue) = 186+187+238=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #BABBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBEE is #454411. Grayscale: #C0C0C0. Windows color (decimal): -4539410 or 15645626. OLE color: 15645626.

HSL color Cylindrical-coordinate representation of color #BABBEE: hue angle of 238.85º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BABBEE is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 187 238 -
CMYK 0.22 0.21 0 0.07
HSL 238.85º 0.6% 0.83% -
HSV(B) 238.85º 0.22% 0.93% -
XYZ 53.45 52.15 88.14 -
YUV 192.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 186 187 238 0.22 0.21 0 0.07 238.85 0.6 0.83
Hex BA BB EE 16 15 0 7 EF 3C 53
Octal 272 273 356 26 25 0 7 357 74 123
Binary 10111010 10111011 11101110 10110 10101 0 111 11101111 111100 1010011

Color Harmonies of #BABBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABBEE

Black with #BABBEE

Text Example


Text Example

White with #BABBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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