Html Css Color HEX #BACAE4 Periwinkle

📋 copy color: '#BACAE4'

red 186 ◦ green 202 ◦ blue 228

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

Shades of Periwinkle #BACAE4

Tints of Periwinkle #BACAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.01%

R = 30.19%
G = 32.79%
B = 37.01%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BACAE4 (or 0xBACAE4) is known color: Periwinkle. HEX triplet: BA, CA and E4. RGB value is (186,202,228). Sum of RGB (Red+Green+Blue) = 186+202+228=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #BACAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAE4 is #45351B. Grayscale: #C8C8C8. Windows color (decimal): -4535580 or 14994106. OLE color: 14994106.

HSL color Cylindrical-coordinate representation of color #BACAE4: hue angle of 217.14º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACAE4 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 202 228 -
CMYK 0.18 0.11 0 0.11
HSL 217.14º 0.44% 0.81% -
HSV(B) 217.14º 0.18% 0.89% -
XYZ 55.37 58.28 81.73 -
YUV 200.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 186 202 228 0.18 0.11 0 0.11 217.14 0.44 0.81
Hex BA CA E4 12 B 0 B D9 2C 51
Octal 272 312 344 22 13 0 13 331 54 121
Binary 10111010 11001010 11100100 10010 1011 0 1011 11011001 101100 1010001

Color Harmonies of #BACAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAE4

Black with #BACAE4

Text Example


Text Example

White with #BACAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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