Html Css Color HEX #BACCFC Periwinkle

📋 copy color: '#BACCFC'

red 186 ◦ green 204 ◦ blue 252

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

Shades of Periwinkle #BACCFC

Tints of Periwinkle #BACCFC

RGB

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

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

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

R = 28.97%
G = 31.78%
B = 39.25%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BACCFC (or 0xBACCFC) is known color: Periwinkle. HEX triplet: BA, CC and FC. RGB value is (186,204,252). Sum of RGB (Red+Green+Blue) = 186+204+252=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #BACCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCFC is #453303. Grayscale: #CBCBCB. Windows color (decimal): -4535044 or 16567482. OLE color: 16567482.

HSL color Cylindrical-coordinate representation of color #BACCFC: hue angle of 223.64º 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 #BACCFC is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 204 252 -
CMYK 0.26 0.19 0 0.01
HSL 223.64º 0.92% 0.86% -
HSV(B) 223.64º 0.26% 0.99% -
XYZ 59.41 60.65 100.67 -
YUV 204.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 186 204 252 0.26 0.19 0 0.01 223.64 0.92 0.86
Hex BA CC FC 1A 13 0 1 E0 5C 56
Octal 272 314 374 32 23 0 1 340 134 126
Binary 10111010 11001100 11111100 11010 10011 0 1 11100000 1011100 1010110

Color Harmonies of #BACCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCFC

Black with #BACCFC

Text Example


Text Example

White with #BACCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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