Html Css Color HEX #BEC4E8 Periwinkle

📋 copy color: '#BEC4E8'

red 190 ◦ green 196 ◦ blue 232

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

Shades of Periwinkle #BEC4E8

Tints of Periwinkle #BEC4E8

RGB

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

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

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

R = 30.74%
G = 31.72%
B = 37.54%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEC4E8 (or 0xBEC4E8) is known color: Periwinkle. HEX triplet: BE, C4 and E8. RGB value is (190,196,232). Sum of RGB (Red+Green+Blue) = 190+196+232=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEC4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4E8 is #413B17. Grayscale: #C6C6C6. Windows color (decimal): -4274968 or 15254718. OLE color: 15254718.

HSL color Cylindrical-coordinate representation of color #BEC4E8: hue angle of 231.43º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEC4E8 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 196 232 -
CMYK 0.18 0.16 0 0.09
HSL 231.43º 0.48% 0.83% -
HSV(B) 231.43º 0.18% 0.91% -
XYZ 55.54 56.25 84.27 -
YUV 198.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 190 196 232 0.18 0.16 0 0.09 231.43 0.48 0.83
Hex BE C4 E8 12 10 0 9 E7 30 53
Octal 276 304 350 22 20 0 11 347 60 123
Binary 10111110 11000100 11101000 10010 10000 0 1001 11100111 110000 1010011

Color Harmonies of #BEC4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4E8

Black with #BEC4E8

Text Example


Text Example

White with #BEC4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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