Html Css Color HEX #BACCF2 Periwinkle

📋 copy color: '#BACCF2'

red 186 ◦ green 204 ◦ blue 242

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

Shades of Periwinkle #BACCF2

Tints of Periwinkle #BACCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.29%

R = 29.43%
G = 32.28%
B = 38.29%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BACCF2 (or 0xBACCF2) is known color: Periwinkle. HEX triplet: BA, CC and F2. RGB value is (186,204,242). Sum of RGB (Red+Green+Blue) = 186+204+242=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #BACCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCF2 is #45330D. Grayscale: #CACACA. Windows color (decimal): -4535054 or 15912122. OLE color: 15912122.

HSL color Cylindrical-coordinate representation of color #BACCF2: hue angle of 220.71º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACCF2 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 204 242 -
CMYK 0.23 0.16 0 0.05
HSL 220.71º 0.68% 0.84% -
HSV(B) 220.71º 0.23% 0.95% -
XYZ 57.87 60.04 92.54 -
YUV 202.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 186 204 242 0.23 0.16 0 0.05 220.71 0.68 0.84
Hex BA CC F2 17 10 0 5 DD 44 54
Octal 272 314 362 27 20 0 5 335 104 124
Binary 10111010 11001100 11110010 10111 10000 0 101 11011101 1000100 1010100

Color Harmonies of #BACCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCF2

Black with #BACCF2

Text Example


Text Example

White with #BACCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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