Html Css Color HEX #BACAEA Periwinkle

📋 copy color: '#BACAEA'

red 186 ◦ green 202 ◦ blue 234

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

Shades of Periwinkle #BACAEA

Tints of Periwinkle #BACAEA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.48%

 BLUE value IS 234 (91.8% from 255) = 37.62%

R = 29.9%
G = 32.48%
B = 37.62%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BACAEA (or 0xBACAEA) is known color: Periwinkle. HEX triplet: BA, CA and EA. RGB value is (186,202,234). Sum of RGB (Red+Green+Blue) = 186+202+234=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #BACAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAEA is #453515. Grayscale: #C8C8C8. Windows color (decimal): -4535574 or 15387322. OLE color: 15387322.

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

Color convert

RGB 186 202 234 -
CMYK 0.21 0.14 0 0.08
HSL 220º 0.53% 0.82% -
HSV(B) 220º 0.21% 0.92% -
XYZ 56.22 58.62 86.19 -
YUV 200.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 186 202 234 0.21 0.14 0 0.08 220 0.53 0.82
Hex BA CA EA 15 E 0 8 DC 35 52
Octal 272 312 352 25 16 0 10 334 65 122
Binary 10111010 11001010 11101010 10101 1110 0 1000 11011100 110101 1010010

Color Harmonies of #BACAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAEA

Black with #BACAEA

Text Example


Text Example

White with #BACAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAEA; }

 p { color: rgb(186,202,234); }

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

background-color css

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

 a { background-color: rgb(186,202,234); }

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

border-color css

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

 span { border-color: rgb(186,202,234); }

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