Html Css Color HEX #BACAEC Periwinkle

📋 copy color: '#BACAEC'

red 186 ◦ green 202 ◦ blue 236

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

Shades of Periwinkle #BACAEC

Tints of Periwinkle #BACAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 29.81%
G = 32.37%
B = 37.82%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BACAEC (or 0xBACAEC) is known color: Periwinkle. HEX triplet: BA, CA and EC. RGB value is (186,202,236). Sum of RGB (Red+Green+Blue) = 186+202+236=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #BACAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAEC is #453513. Grayscale: #C8C8C8. Windows color (decimal): -4535572 or 15518394. OLE color: 15518394.

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

Color convert

RGB 186 202 236 -
CMYK 0.21 0.14 0 0.07
HSL 220.8º 0.57% 0.83% -
HSV(B) 220.8º 0.21% 0.93% -
XYZ 56.51 58.74 87.72 -
YUV 201.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 186 202 236 0.21 0.14 0 0.07 220.8 0.57 0.83
Hex BA CA EC 15 E 0 7 DD 39 53
Octal 272 312 354 25 16 0 7 335 71 123
Binary 10111010 11001010 11101100 10101 1110 0 111 11011101 111001 1010011

Color Harmonies of #BACAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAEC

Black with #BACAEC

Text Example


Text Example

White with #BACAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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