Html Css Color HEX #BAC3E8 Periwinkle

📋 copy color: '#BAC3E8'

red 186 ◦ green 195 ◦ blue 232

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

Shades of Periwinkle #BAC3E8

Tints of Periwinkle #BAC3E8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.81%

 BLUE value IS 232 (91.02% from 255) = 37.85%

R = 30.34%
G = 31.81%
B = 37.85%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAC3E8 (or 0xBAC3E8) is known color: Periwinkle. HEX triplet: BA, C3 and E8. RGB value is (186,195,232). Sum of RGB (Red+Green+Blue) = 186+195+232=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAC3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC3E8 is #453C17. Grayscale: #C4C4C4. Windows color (decimal): -4537368 or 15254458. OLE color: 15254458.

HSL color Cylindrical-coordinate representation of color #BAC3E8: hue angle of 228.26º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAC3E8 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 195 232 -
CMYK 0.20 0.16 0 0.09
HSL 228.26º 0.5% 0.82% -
HSV(B) 228.26º 0.2% 0.91% -
XYZ 54.33 55.3 84.15 -
YUV 196.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 186 195 232 0.20 0.16 0 0.09 228.26 0.5 0.82
Hex BA C3 E8 14 10 0 9 E4 32 52
Octal 272 303 350 24 20 0 11 344 62 122
Binary 10111010 11000011 11101000 10100 10000 0 1001 11100100 110010 1010010

Color Harmonies of #BAC3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC3E8

Black with #BAC3E8

Text Example


Text Example

White with #BAC3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC3E8; }

 p { color: rgb(186,195,232); }

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

background-color css

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

 a { background-color: rgb(186,195,232); }

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

border-color css

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

 span { border-color: rgb(186,195,232); }

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