Html Css Color HEX #BACEF5 Periwinkle

📋 copy color: '#BACEF5'

red 186 ◦ green 206 ◦ blue 245

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

Shades of Periwinkle #BACEF5

Tints of Periwinkle #BACEF5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.34%

 BLUE value IS 245 (96.09% from 255) = 38.46%

R = 29.2%
G = 32.34%
B = 38.46%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BACEF5 (or 0xBACEF5) is known color: Periwinkle. HEX triplet: BA, CE and F5. RGB value is (186,206,245). Sum of RGB (Red+Green+Blue) = 186+206+245=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 245 (96.09% from 255 or 38.46% from 637); Max value from RGB is 245 - color contains mainly: blue. Hex color #BACEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEF5 is #45310A. Grayscale: #CCCCCC. Windows color (decimal): -4534539 or 16109242. OLE color: 16109242.

HSL color Cylindrical-coordinate representation of color #BACEF5: hue angle of 219.66º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BACEF5 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 206 245 -
CMYK 0.24 0.16 0 0.04
HSL 219.66º 0.75% 0.85% -
HSV(B) 219.66º 0.24% 0.96% -
XYZ 58.8 61.17 95.09 -
YUV 204.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 186 206 245 0.24 0.16 0 0.04 219.66 0.75 0.85
Hex BA CE F5 18 10 0 4 DC 4B 55
Octal 272 316 365 30 20 0 4 334 113 125
Binary 10111010 11001110 11110101 11000 10000 0 100 11011100 1001011 1010101

Color Harmonies of #BACEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEF5

Black with #BACEF5

Text Example


Text Example

White with #BACEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEF5; }

 p { color: rgb(186,206,245); }

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

background-color css

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

 a { background-color: rgb(186,206,245); }

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

border-color css

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

 span { border-color: rgb(186,206,245); }

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