Html Css Color HEX #BACAEB Periwinkle

📋 copy color: '#BACAEB'

red 186 ◦ green 202 ◦ blue 235

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

Shades of Periwinkle #BACAEB

Tints of Periwinkle #BACAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.72%

R = 29.86%
G = 32.42%
B = 37.72%

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

#BACAEB (or 0xBACAEB) is known color: Periwinkle. HEX triplet: BA, CA and EB. RGB value is (186,202,235). Sum of RGB (Red+Green+Blue) = 186+202+235=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #BACAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAEB is #453514. Grayscale: #C8C8C8. Windows color (decimal): -4535573 or 15452858. OLE color: 15452858.

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

Color convert

RGB 186 202 235 -
CMYK 0.21 0.14 0 0.08
HSL 220.41º 0.55% 0.83% -
HSV(B) 220.41º 0.21% 0.92% -
XYZ 56.37 58.68 86.95 -
YUV 200.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 186 202 235 0.21 0.14 0 0.08 220.41 0.55 0.83
Hex BA CA EB 15 E 0 8 DC 37 53
Octal 272 312 353 25 16 0 10 334 67 123
Binary 10111010 11001010 11101011 10101 1110 0 1000 11011100 110111 1010011

Color Harmonies of #BACAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAEB

Black with #BACAEB

Text Example


Text Example

White with #BACAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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