Html Css Color HEX #BABFEE Perano

📋 copy color: '#BABFEE'

red 186 ◦ green 191 ◦ blue 238

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

Shades of Perano #BABFEE

Tints of Perano #BABFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 31.06%

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

R = 30.24%
G = 31.06%
B = 38.7%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BABFEE (or 0xBABFEE) is known color: Perano. HEX triplet: BA, BF and EE. RGB value is (186,191,238). Sum of RGB (Red+Green+Blue) = 186+191+238=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #BABFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFEE is #454011. Grayscale: #C2C2C2. Windows color (decimal): -4538386 or 15646650. OLE color: 15646650.

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

Color convert

RGB 186 191 238 -
CMYK 0.22 0.20 0 0.07
HSL 234.23º 0.6% 0.83% -
HSV(B) 234.23º 0.22% 0.93% -
XYZ 54.31 53.87 88.43 -
YUV 194.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 186 191 238 0.22 0.20 0 0.07 234.23 0.6 0.83
Hex BA BF EE 16 14 0 7 EA 3C 53
Octal 272 277 356 26 24 0 7 352 74 123
Binary 10111010 10111111 11101110 10110 10100 0 111 11101010 111100 1010011

Color Harmonies of #BABFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABFEE

Black with #BABFEE

Text Example


Text Example

White with #BABFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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