Html Css Color HEX #BAC8F3 Periwinkle

📋 copy color: '#BAC8F3'

red 186 ◦ green 200 ◦ blue 243

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

Shades of Periwinkle #BAC8F3

Tints of Periwinkle #BAC8F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.63%

R = 29.57%
G = 31.8%
B = 38.63%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAC8F3 (or 0xBAC8F3) is known color: Periwinkle. HEX triplet: BA, C8 and F3. RGB value is (186,200,243). Sum of RGB (Red+Green+Blue) = 186+200+243=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAC8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8F3 is #45370C. Grayscale: #C8C8C8. Windows color (decimal): -4536077 or 15976634. OLE color: 15976634.

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

Color convert

RGB 186 200 243 -
CMYK 0.23 0.18 0 0.05
HSL 225.26º 0.7% 0.84% -
HSV(B) 225.26º 0.23% 0.95% -
XYZ 57.08 58.22 93.02 -
YUV 200.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 186 200 243 0.23 0.18 0 0.05 225.26 0.7 0.84
Hex BA C8 F3 17 12 0 5 E1 46 54
Octal 272 310 363 27 22 0 5 341 106 124
Binary 10111010 11001000 11110011 10111 10010 0 101 11100001 1000110 1010100

Color Harmonies of #BAC8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8F3

Black with #BAC8F3

Text Example


Text Example

White with #BAC8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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