Html Css Color HEX #BAC8F0 Periwinkle

📋 copy color: '#BAC8F0'

red 186 ◦ green 200 ◦ blue 240

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

Shades of Periwinkle #BAC8F0

Tints of Periwinkle #BAC8F0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.95%

 BLUE value IS 240 (94.14% from 255) = 38.34%

R = 29.71%
G = 31.95%
B = 38.34%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAC8F0 (or 0xBAC8F0) is known color: Periwinkle. HEX triplet: BA, C8 and F0. RGB value is (186,200,240). Sum of RGB (Red+Green+Blue) = 186+200+240=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAC8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8F0 is #45370F. Grayscale: #C8C8C8. Windows color (decimal): -4536080 or 15780026. OLE color: 15780026.

HSL color Cylindrical-coordinate representation of color #BAC8F0: hue angle of 224.44º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC8F0 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 200 240 -
CMYK 0.22 0.17 0 0.06
HSL 224.44º 0.64% 0.84% -
HSV(B) 224.44º 0.23% 0.94% -
XYZ 56.63 58.04 90.66 -
YUV 200.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 186 200 240 0.22 0.17 0 0.06 224.44 0.64 0.84
Hex BA C8 F0 16 11 0 6 E0 40 54
Octal 272 310 360 26 21 0 6 340 100 124
Binary 10111010 11001000 11110000 10110 10001 0 110 11100000 1000000 1010100

Color Harmonies of #BAC8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8F0

Black with #BAC8F0

Text Example


Text Example

White with #BAC8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8F0; }

 p { color: rgb(186,200,240); }

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

background-color css

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

 a { background-color: rgb(186,200,240); }

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

border-color css

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

 span { border-color: rgb(186,200,240); }

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