Html Css Color HEX #BEC4E5 Periwinkle

📋 copy color: '#BEC4E5'

red 190 ◦ green 196 ◦ blue 229

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

Shades of Periwinkle #BEC4E5

Tints of Periwinkle #BEC4E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.24%

R = 30.89%
G = 31.87%
B = 37.24%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BEC4E5 (or 0xBEC4E5) is known color: Periwinkle. HEX triplet: BE, C4 and E5. RGB value is (190,196,229). Sum of RGB (Red+Green+Blue) = 190+196+229=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEC4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC4E5 is #413B1A. Grayscale: #C5C5C5. Windows color (decimal): -4274971 or 15058110. OLE color: 15058110.

HSL color Cylindrical-coordinate representation of color #BEC4E5: hue angle of 230.77º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEC4E5 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 196 229 -
CMYK 0.17 0.14 0 0.10
HSL 230.77º 0.43% 0.82% -
HSV(B) 230.77º 0.17% 0.9% -
XYZ 55.12 56.08 82.05 -
YUV 197.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 190 196 229 0.17 0.14 0 0.10 230.77 0.43 0.82
Hex BE C4 E5 11 E 0 A E7 2B 52
Octal 276 304 345 21 16 0 12 347 53 122
Binary 10111110 11000100 11100101 10001 1110 0 1010 11100111 101011 1010010

Color Harmonies of #BEC4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4E5

Black with #BEC4E5

Text Example


Text Example

White with #BEC4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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