Html Css Color HEX #BAC4EE Periwinkle

📋 copy color: '#BAC4EE'

red 186 ◦ green 196 ◦ blue 238

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

Shades of Periwinkle #BAC4EE

Tints of Periwinkle #BAC4EE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.61%

 BLUE value IS 238 (93.36% from 255) = 38.39%

R = 30%
G = 31.61%
B = 38.39%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAC4EE (or 0xBAC4EE) is known color: Periwinkle. HEX triplet: BA, C4 and EE. RGB value is (186,196,238). Sum of RGB (Red+Green+Blue) = 186+196+238=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC4EE is #453B11. Grayscale: #C5C5C5. Windows color (decimal): -4537106 or 15647930. OLE color: 15647930.

HSL color Cylindrical-coordinate representation of color #BAC4EE: hue angle of 228.46º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAC4EE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 196 238 -
CMYK 0.22 0.18 0 0.07
HSL 228.46º 0.6% 0.83% -
HSV(B) 228.46º 0.22% 0.93% -
XYZ 55.42 56.09 88.79 -
YUV 197.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 186 196 238 0.22 0.18 0 0.07 228.46 0.6 0.83
Hex BA C4 EE 16 12 0 7 E4 3C 53
Octal 272 304 356 26 22 0 7 344 74 123
Binary 10111010 11000100 11101110 10110 10010 0 111 11100100 111100 1010011

Color Harmonies of #BAC4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4EE

Black with #BAC4EE

Text Example


Text Example

White with #BAC4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4EE; }

 p { color: rgb(186,196,238); }

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

background-color css

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

 a { background-color: rgb(186,196,238); }

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

border-color css

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

 span { border-color: rgb(186,196,238); }

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