Html Css Color HEX #BABDE8 Perano

📋 copy color: '#BABDE8'

red 186 ◦ green 189 ◦ blue 232

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

Shades of Perano #BABDE8

Tints of Perano #BABDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.22%

R = 30.64%
G = 31.14%
B = 38.22%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BABDE8 (or 0xBABDE8) is known color: Perano. HEX triplet: BA, BD and E8. RGB value is (186,189,232). Sum of RGB (Red+Green+Blue) = 186+189+232=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #BABDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDE8 is #454217. Grayscale: #C0C0C0. Windows color (decimal): -4538904 or 15252922. OLE color: 15252922.

HSL color Cylindrical-coordinate representation of color #BABDE8: hue angle of 236.09º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BABDE8 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 189 232 -
CMYK 0.20 0.19 0 0.09
HSL 236.09º 0.5% 0.82% -
HSV(B) 236.09º 0.2% 0.91% -
XYZ 53.01 52.66 83.71 -
YUV 193.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 186 189 232 0.20 0.19 0 0.09 236.09 0.5 0.82
Hex BA BD E8 14 13 0 9 EC 32 52
Octal 272 275 350 24 23 0 11 354 62 122
Binary 10111010 10111101 11101000 10100 10011 0 1001 11101100 110010 1010010

Color Harmonies of #BABDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDE8

Black with #BABDE8

Text Example


Text Example

White with #BABDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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