Html Css Color HEX #BABDEE Perano

📋 copy color: '#BABDEE'

red 186 ◦ green 189 ◦ blue 238

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

Shades of Perano #BABDEE

Tints of Perano #BABDEE

RGB

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

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

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

R = 30.34%
G = 30.83%
B = 38.83%

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

#BABDEE (or 0xBABDEE) is known color: Perano. HEX triplet: BA, BD and EE. RGB value is (186,189,238). Sum of RGB (Red+Green+Blue) = 186+189+238=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #BABDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDEE is #454211. Grayscale: #C1C1C1. Windows color (decimal): -4538898 or 15646138. OLE color: 15646138.

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

Color convert

RGB 186 189 238 -
CMYK 0.22 0.21 0 0.07
HSL 236.54º 0.6% 0.83% -
HSV(B) 236.54º 0.22% 0.93% -
XYZ 53.88 53.01 88.28 -
YUV 193.69 153.01 122.52 -
System Red Green Blue C M Y K H S L
Decimal 186 189 238 0.22 0.21 0 0.07 236.54 0.6 0.83
Hex BA BD EE 16 15 0 7 ED 3C 53
Octal 272 275 356 26 25 0 7 355 74 123
Binary 10111010 10111101 11101110 10110 10101 0 111 11101101 111100 1010011

Color Harmonies of #BABDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDEE

Black with #BABDEE

Text Example


Text Example

White with #BABDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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