Html Css Color HEX #BAC8F1 Periwinkle

📋 copy color: '#BAC8F1'

red 186 ◦ green 200 ◦ blue 241

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

Shades of Periwinkle #BAC8F1

Tints of Periwinkle #BAC8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.44%

R = 29.67%
G = 31.9%
B = 38.44%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAC8F1 (or 0xBAC8F1) is known color: Periwinkle. HEX triplet: BA, C8 and F1. RGB value is (186,200,241). Sum of RGB (Red+Green+Blue) = 186+200+241=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAC8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8F1 is #45370E. Grayscale: #C8C8C8. Windows color (decimal): -4536079 or 15845562. OLE color: 15845562.

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

Color convert

RGB 186 200 241 -
CMYK 0.23 0.17 0 0.05
HSL 224.73º 0.66% 0.84% -
HSV(B) 224.73º 0.23% 0.95% -
XYZ 56.78 58.1 91.44 -
YUV 200.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 186 200 241 0.23 0.17 0 0.05 224.73 0.66 0.84
Hex BA C8 F1 17 11 0 5 E1 42 54
Octal 272 310 361 27 21 0 5 341 102 124
Binary 10111010 11001000 11110001 10111 10001 0 101 11100001 1000010 1010100

Color Harmonies of #BAC8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8F1

Black with #BAC8F1

Text Example


Text Example

White with #BAC8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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