Html Css Color HEX #BABCEB Perano

📋 copy color: '#BABCEB'

red 186 ◦ green 188 ◦ blue 235

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

Shades of Perano #BABCEB

Tints of Perano #BABCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.59%

R = 30.54%
G = 30.87%
B = 38.59%

CMYK

 C value IS 0.21

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BABCEB (or 0xBABCEB) is known color: Perano. HEX triplet: BA, BC and EB. RGB value is (186,188,235). Sum of RGB (Red+Green+Blue) = 186+188+235=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #BABCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABCEB is #454314. Grayscale: #C0C0C0. Windows color (decimal): -4539157 or 15449274. OLE color: 15449274.

HSL color Cylindrical-coordinate representation of color #BABCEB: hue angle of 237.55º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABCEB is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 188 235 -
CMYK 0.21 0.2 0 0.08
HSL 237.55º 0.55% 0.83% -
HSV(B) 237.55º 0.21% 0.92% -
XYZ 53.23 52.4 85.91 -
YUV 192.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 186 188 235 0.21 0.2 0 0.08 237.55 0.55 0.83
Hex BA BC EB 15 14 0 8 EE 37 53
Octal 272 274 353 25 24 0 10 356 67 123
Binary 10111010 10111100 11101011 10101 10100 0 1000 11101110 110111 1010011

Color Harmonies of #BABCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCEB

Black with #BABCEB

Text Example


Text Example

White with #BABCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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