Html Css Color HEX #BACFFE Periwinkle

📋 copy color: '#BACFFE'

red 186 ◦ green 207 ◦ blue 254

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

Shades of Periwinkle #BACFFE

Tints of Periwinkle #BACFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.26%

R = 28.75%
G = 31.99%
B = 39.26%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BACFFE (or 0xBACFFE) is known color: Periwinkle. HEX triplet: BA, CF and FE. RGB value is (186,207,254). Sum of RGB (Red+Green+Blue) = 186+207+254=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #BACFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACFFE is #453001. Grayscale: #CDCDCD. Windows color (decimal): -4534274 or 16699322. OLE color: 16699322.

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

Color convert

RGB 186 207 254 -
CMYK 0.27 0.19 0 0.00
HSL 221.47º 0.97% 0.86% -
HSV(B) 221.47º 0.27% 1% -
XYZ 60.45 62.22 102.59 -
YUV 206.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 186 207 254 0.27 0.19 0 0.00 221.47 0.97 0.86
Hex BA CF FE 1B 13 0 0 DD 61 56
Octal 272 317 376 33 23 0 0 335 141 126
Binary 10111010 11001111 11111110 11011 10011 0 0 11011101 1100001 1010110

Color Harmonies of #BACFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACFFE

Black with #BACFFE

Text Example


Text Example

White with #BACFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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