Html Css Color HEX #BAC4F2 Periwinkle

📋 copy color: '#BAC4F2'

red 186 ◦ green 196 ◦ blue 242

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

Shades of Periwinkle #BAC4F2

Tints of Periwinkle #BAC4F2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.41%

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

R = 29.81%
G = 31.41%
B = 38.78%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAC4F2 (or 0xBAC4F2) is known color: Periwinkle. HEX triplet: BA, C4 and F2. RGB value is (186,196,242). Sum of RGB (Red+Green+Blue) = 186+196+242=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAC4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4F2 is #453B0D. Grayscale: #C6C6C6. Windows color (decimal): -4537102 or 15910074. OLE color: 15910074.

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

Color convert

RGB 186 196 242 -
CMYK 0.23 0.19 0 0.05
HSL 229.29º 0.68% 0.84% -
HSV(B) 229.29º 0.23% 0.95% -
XYZ 56.02 56.33 91.92 -
YUV 198.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 186 196 242 0.23 0.19 0 0.05 229.29 0.68 0.84
Hex BA C4 F2 17 13 0 5 E5 44 54
Octal 272 304 362 27 23 0 5 345 104 124
Binary 10111010 11000100 11110010 10111 10011 0 101 11100101 1000100 1010100

Color Harmonies of #BAC4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4F2

Black with #BAC4F2

Text Example


Text Example

White with #BAC4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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