Html Css Color HEX #BAC8FA Periwinkle

📋 copy color: '#BAC8FA'

red 186 ◦ green 200 ◦ blue 250

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

Shades of Periwinkle #BAC8FA

Tints of Periwinkle #BAC8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.31%

R = 29.25%
G = 31.45%
B = 39.31%

CMYK

 C value IS 0.26

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAC8FA (or 0xBAC8FA) is known color: Periwinkle. HEX triplet: BA, C8 and FA. RGB value is (186,200,250). Sum of RGB (Red+Green+Blue) = 186+200+250=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC8FA is #453705. Grayscale: #C9C9C9. Windows color (decimal): -4536070 or 16435386. OLE color: 16435386.

HSL color Cylindrical-coordinate representation of color #BAC8FA: hue angle of 226.88º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC8FA is Cyan = 0.26, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 200 250 -
CMYK 0.26 0.2 0 0.02
HSL 226.88º 0.86% 0.85% -
HSV(B) 226.88º 0.26% 0.98% -
XYZ 58.16 58.65 98.7 -
YUV 201.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 186 200 250 0.26 0.2 0 0.02 226.88 0.86 0.85
Hex BA C8 FA 1A 14 0 2 E3 56 55
Octal 272 310 372 32 24 0 2 343 126 125
Binary 10111010 11001000 11111010 11010 10100 0 10 11100011 1010110 1010101

Color Harmonies of #BAC8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8FA

Black with #BAC8FA

Text Example


Text Example

White with #BAC8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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