Html Css Color HEX #BABBED Perano

📋 copy color: '#BABBED'

red 186 ◦ green 187 ◦ blue 237

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

Shades of Perano #BABBED

Tints of Perano #BABBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.85%

R = 30.49%
G = 30.66%
B = 38.85%

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

#BABBED (or 0xBABBED) is known color: Perano. HEX triplet: BA, BB and ED. RGB value is (186,187,237). Sum of RGB (Red+Green+Blue) = 186+187+237=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #BABBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBED is #454412. Grayscale: #C0C0C0. Windows color (decimal): -4539411 or 15580090. OLE color: 15580090.

HSL color Cylindrical-coordinate representation of color #BABBED: hue angle of 238.82º degrees, saturation: 0.59, 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 #BABBED is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 187 237 -
CMYK 0.22 0.21 0 0.07
HSL 238.82º 0.59% 0.83% -
HSV(B) 238.82º 0.22% 0.93% -
XYZ 53.31 52.09 87.37 -
YUV 192.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 186 187 237 0.22 0.21 0 0.07 238.82 0.59 0.83
Hex BA BB ED 16 15 0 7 EF 3B 53
Octal 272 273 355 26 25 0 7 357 73 123
Binary 10111010 10111011 11101101 10110 10101 0 111 11101111 111011 1010011

Color Harmonies of #BABBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABBED

Black with #BABBED

Text Example


Text Example

White with #BABBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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