Html Css Color HEX #BACCFF Periwinkle

📋 copy color: '#BACCFF'

red 186 ◦ green 204 ◦ blue 255

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

Shades of Periwinkle #BACCFF

Tints of Periwinkle #BACCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.63%

 BLUE value IS 255 (100% from 255) = 39.53%

R = 28.84%
G = 31.63%
B = 39.53%

CMYK

 C value IS 0.27

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BACCFF (or 0xBACCFF) is known color: Periwinkle. HEX triplet: BA, CC and FF. RGB value is (186,204,255). Sum of RGB (Red+Green+Blue) = 186+204+255=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #BACCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCFF is #453300. Grayscale: #CCCCCC. Windows color (decimal): -4535041 or 16764090. OLE color: 16764090.

HSL color Cylindrical-coordinate representation of color #BACCFF: hue angle of 224.35º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACCFF is Cyan = 0.27, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 204 255 -
CMYK 0.27 0.2 0 0
HSL 224.35º 1% 0.86% -
HSV(B) 224.35º 0.27% 1% -
XYZ 59.89 60.84 103.2 -
YUV 204.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 186 204 255 0.27 0.2 0 0 224.35 1 0.86
Hex BA CC FF 1B 14 0 0 E0 64 56
Octal 272 314 377 33 24 0 0 340 144 126
Binary 10111010 11001100 11111111 11011 10100 0 0 11100000 1100100 1010110

Color Harmonies of #BACCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCFF

Black with #BACCFF

Text Example


Text Example

White with #BACCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCFF; }

 p { color: rgb(186,204,255); }

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

background-color css

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

 a { background-color: rgb(186,204,255); }

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

border-color css

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

 span { border-color: rgb(186,204,255); }

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