Html Css Color HEX #BACFFA Periwinkle

📋 copy color: '#BACFFA'

red 186 ◦ green 207 ◦ blue 250

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

Shades of Periwinkle #BACFFA

Tints of Periwinkle #BACFFA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.19%

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

R = 28.93%
G = 32.19%
B = 38.88%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BACFFA (or 0xBACFFA) is known color: Periwinkle. HEX triplet: BA, CF and FA. RGB value is (186,207,250). Sum of RGB (Red+Green+Blue) = 186+207+250=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #BACFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFFA is #453005. Grayscale: #CDCDCD. Windows color (decimal): -4534278 or 16437178. OLE color: 16437178.

HSL color Cylindrical-coordinate representation of color #BACFFA: hue angle of 220.31º 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 #BACFFA is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 207 250 -
CMYK 0.26 0.17 0 0.02
HSL 220.31º 0.86% 0.85% -
HSV(B) 220.31º 0.26% 0.98% -
XYZ 59.82 61.97 99.25 -
YUV 205.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 186 207 250 0.26 0.17 0 0.02 220.31 0.86 0.85
Hex BA CF FA 1A 11 0 2 DC 56 55
Octal 272 317 372 32 21 0 2 334 126 125
Binary 10111010 11001111 11111010 11010 10001 0 10 11011100 1010110 1010101

Color Harmonies of #BACFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACFFA

Black with #BACFFA

Text Example


Text Example

White with #BACFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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