Html Css Color HEX #BACAFA Periwinkle

📋 copy color: '#BACAFA'

red 186 ◦ green 202 ◦ blue 250

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

Shades of Periwinkle #BACAFA

Tints of Periwinkle #BACAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.18%

R = 29.15%
G = 31.66%
B = 39.18%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BACAFA (or 0xBACAFA) is known color: Periwinkle. HEX triplet: BA, CA and FA. RGB value is (186,202,250). Sum of RGB (Red+Green+Blue) = 186+202+250=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #BACAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAFA is #453505. Grayscale: #CACACA. Windows color (decimal): -4535558 or 16435898. OLE color: 16435898.

HSL color Cylindrical-coordinate representation of color #BACAFA: hue angle of 225º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BACAFA is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 202 250 -
CMYK 0.26 0.19 0 0.02
HSL 225º 0.86% 0.85% -
HSV(B) 225º 0.26% 0.98% -
XYZ 58.63 59.58 98.85 -
YUV 202.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 186 202 250 0.26 0.19 0 0.02 225 0.86 0.85
Hex BA CA FA 1A 13 0 2 E1 56 55
Octal 272 312 372 32 23 0 2 341 126 125
Binary 10111010 11001010 11111010 11010 10011 0 10 11100001 1010110 1010101

Color Harmonies of #BACAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACAFA

Black with #BACAFA

Text Example


Text Example

White with #BACAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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