Html Css Color HEX #BEC4EC Periwinkle

📋 copy color: '#BEC4EC'

red 190 ◦ green 196 ◦ blue 236

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

Shades of Periwinkle #BEC4EC

Tints of Periwinkle #BEC4EC

RGB

 RED value IS 190 (74.61% from 255) = 30.55%

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

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 30.55%
G = 31.51%
B = 37.94%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEC4EC (or 0xBEC4EC) is known color: Periwinkle. HEX triplet: BE, C4 and EC. RGB value is (190,196,236). Sum of RGB (Red+Green+Blue) = 190+196+236=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEC4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4EC is #413B13. Grayscale: #C6C6C6. Windows color (decimal): -4274964 or 15516862. OLE color: 15516862.

HSL color Cylindrical-coordinate representation of color #BEC4EC: hue angle of 232.17º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC4EC is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 196 236 -
CMYK 0.19 0.17 0 0.07
HSL 232.17º 0.55% 0.84% -
HSV(B) 232.17º 0.19% 0.93% -
XYZ 56.12 56.48 87.3 -
YUV 198.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 190 196 236 0.19 0.17 0 0.07 232.17 0.55 0.84
Hex BE C4 EC 13 11 0 7 E8 37 54
Octal 276 304 354 23 21 0 7 350 67 124
Binary 10111110 11000100 11101100 10011 10001 0 111 11101000 110111 1010100

Color Harmonies of #BEC4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4EC

Black with #BEC4EC

Text Example


Text Example

White with #BEC4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4EC; }

 p { color: rgb(190,196,236); }

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

background-color css

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

 a { background-color: rgb(190,196,236); }

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

border-color css

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

 span { border-color: rgb(190,196,236); }

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