Html Css Color HEX #BEC4EA Periwinkle

📋 copy color: '#BEC4EA'

red 190 ◦ green 196 ◦ blue 234

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

Shades of Periwinkle #BEC4EA

Tints of Periwinkle #BEC4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 30.65%
G = 31.61%
B = 37.74%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEC4EA (or 0xBEC4EA) is known color: Periwinkle. HEX triplet: BE, C4 and EA. RGB value is (190,196,234). Sum of RGB (Red+Green+Blue) = 190+196+234=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4EA is #413B15. Grayscale: #C6C6C6. Windows color (decimal): -4274966 or 15385790. OLE color: 15385790.

HSL color Cylindrical-coordinate representation of color #BEC4EA: hue angle of 231.82º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC4EA is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 196 234 -
CMYK 0.19 0.16 0 0.08
HSL 231.82º 0.51% 0.83% -
HSV(B) 231.82º 0.19% 0.92% -
XYZ 55.83 56.37 85.78 -
YUV 198.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 190 196 234 0.19 0.16 0 0.08 231.82 0.51 0.83
Hex BE C4 EA 13 10 0 8 E8 33 53
Octal 276 304 352 23 20 0 10 350 63 123
Binary 10111110 11000100 11101010 10011 10000 0 1000 11101000 110011 1010011

Color Harmonies of #BEC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4EA

Black with #BEC4EA

Text Example


Text Example

White with #BEC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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