Html Css Color HEX #BACAF7 Periwinkle

📋 copy color: '#BACAF7'

red 186 ◦ green 202 ◦ blue 247

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

Shades of Periwinkle #BACAF7

Tints of Periwinkle #BACAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.9%

R = 29.29%
G = 31.81%
B = 38.9%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BACAF7 (or 0xBACAF7) is known color: Periwinkle. HEX triplet: BA, CA and F7. RGB value is (186,202,247). Sum of RGB (Red+Green+Blue) = 186+202+247=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #BACAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAF7 is #453508. Grayscale: #CACACA. Windows color (decimal): -4535561 or 16239290. OLE color: 16239290.

HSL color Cylindrical-coordinate representation of color #BACAF7: hue angle of 224.26º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BACAF7 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 202 247 -
CMYK 0.25 0.18 0 0.03
HSL 224.26º 0.79% 0.85% -
HSV(B) 224.26º 0.25% 0.97% -
XYZ 58.16 59.4 96.39 -
YUV 202.35 153.2 116.34 -
System Red Green Blue C M Y K H S L
Decimal 186 202 247 0.25 0.18 0 0.03 224.26 0.79 0.85
Hex BA CA F7 19 12 0 3 E0 4F 55
Octal 272 312 367 31 22 0 3 340 117 125
Binary 10111010 11001010 11110111 11001 10010 0 11 11100000 1001111 1010101

Color Harmonies of #BACAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAF7

Black with #BACAF7

Text Example


Text Example

White with #BACAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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