Html Css Color HEX #BABDE6 Perano

📋 copy color: '#BABDE6'

red 186 ◦ green 189 ◦ blue 230

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

Shades of Perano #BABDE6

Tints of Perano #BABDE6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.24%

 BLUE value IS 230 (90.23% from 255) = 38.02%

R = 30.74%
G = 31.24%
B = 38.02%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BABDE6 (or 0xBABDE6) is known color: Perano. HEX triplet: BA, BD and E6. RGB value is (186,189,230). Sum of RGB (Red+Green+Blue) = 186+189+230=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #BABDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDE6 is #454219. Grayscale: #C0C0C0. Windows color (decimal): -4538906 or 15121850. OLE color: 15121850.

HSL color Cylindrical-coordinate representation of color #BABDE6: hue angle of 235.91º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABDE6 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 189 230 -
CMYK 0.19 0.18 0 0.10
HSL 235.91º 0.47% 0.82% -
HSV(B) 235.91º 0.19% 0.9% -
XYZ 52.73 52.55 82.23 -
YUV 192.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 186 189 230 0.19 0.18 0 0.10 235.91 0.47 0.82
Hex BA BD E6 13 12 0 A EC 2F 52
Octal 272 275 346 23 22 0 12 354 57 122
Binary 10111010 10111101 11100110 10011 10010 0 1010 11101100 101111 1010010

Color Harmonies of #BABDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDE6

Black with #BABDE6

Text Example


Text Example

White with #BABDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDE6; }

 p { color: rgb(186,189,230); }

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

background-color css

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

 a { background-color: rgb(186,189,230); }

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

border-color css

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

 span { border-color: rgb(186,189,230); }

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