Html Css Color HEX #BACEFC Periwinkle

📋 copy color: '#BACEFC'

red 186 ◦ green 206 ◦ blue 252

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

Shades of Periwinkle #BACEFC

Tints of Periwinkle #BACEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.13%

R = 28.88%
G = 31.99%
B = 39.13%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BACEFC (or 0xBACEFC) is known color: Periwinkle. HEX triplet: BA, CE and FC. RGB value is (186,206,252). Sum of RGB (Red+Green+Blue) = 186+206+252=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #BACEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACEFC is #453103. Grayscale: #CDCDCD. Windows color (decimal): -4534532 or 16567994. OLE color: 16567994.

HSL color Cylindrical-coordinate representation of color #BACEFC: hue angle of 221.82º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BACEFC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 206 252 -
CMYK 0.26 0.18 0 0.01
HSL 221.82º 0.92% 0.86% -
HSV(B) 221.82º 0.26% 0.99% -
XYZ 59.89 61.61 100.83 -
YUV 205.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 186 206 252 0.26 0.18 0 0.01 221.82 0.92 0.86
Hex BA CE FC 1A 12 0 1 DE 5C 56
Octal 272 316 374 32 22 0 1 336 134 126
Binary 10111010 11001110 11111100 11010 10010 0 1 11011110 1011100 1010110

Color Harmonies of #BACEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEFC

Black with #BACEFC

Text Example


Text Example

White with #BACEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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