Html Css Color HEX #BACEF7 Periwinkle

📋 copy color: '#BACEF7'

red 186 ◦ green 206 ◦ blue 247

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

Shades of Periwinkle #BACEF7

Tints of Periwinkle #BACEF7

RGB

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

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

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

R = 29.11%
G = 32.24%
B = 38.65%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BACEF7 (or 0xBACEF7) is known color: Periwinkle. HEX triplet: BA, CE and F7. RGB value is (186,206,247). Sum of RGB (Red+Green+Blue) = 186+206+247=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #BACEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEF7 is #453108. Grayscale: #CCCCCC. Windows color (decimal): -4534537 or 16240314. OLE color: 16240314.

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

Color convert

RGB 186 206 247 -
CMYK 0.25 0.17 0 0.03
HSL 220.33º 0.79% 0.85% -
HSV(B) 220.33º 0.25% 0.97% -
XYZ 59.11 61.3 96.71 -
YUV 204.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 186 206 247 0.25 0.17 0 0.03 220.33 0.79 0.85
Hex BA CE F7 19 11 0 3 DC 4F 55
Octal 272 316 367 31 21 0 3 334 117 125
Binary 10111010 11001110 11110111 11001 10001 0 11 11011100 1001111 1010101

Color Harmonies of #BACEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEF7

Black with #BACEF7

Text Example


Text Example

White with #BACEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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