Html Css Color HEX #BEC4E9 Periwinkle

📋 copy color: '#BEC4E9'

red 190 ◦ green 196 ◦ blue 233

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

Shades of Periwinkle #BEC4E9

Tints of Periwinkle #BEC4E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.64%

R = 30.69%
G = 31.66%
B = 37.64%

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

#BEC4E9 (or 0xBEC4E9) is known color: Periwinkle. HEX triplet: BE, C4 and E9. RGB value is (190,196,233). Sum of RGB (Red+Green+Blue) = 190+196+233=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEC4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4E9 is #413B16. Grayscale: #C6C6C6. Windows color (decimal): -4274967 or 15320254. OLE color: 15320254.

HSL color Cylindrical-coordinate representation of color #BEC4E9: hue angle of 231.63º degrees, saturation: 0.49, 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 #BEC4E9 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 196 233 -
CMYK 0.18 0.16 0 0.09
HSL 231.63º 0.49% 0.83% -
HSV(B) 231.63º 0.18% 0.91% -
XYZ 55.68 56.31 85.02 -
YUV 198.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 190 196 233 0.18 0.16 0 0.09 231.63 0.49 0.83
Hex BE C4 E9 12 10 0 9 E8 31 53
Octal 276 304 351 22 20 0 11 350 61 123
Binary 10111110 11000100 11101001 10010 10000 0 1001 11101000 110001 1010011

Color Harmonies of #BEC4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4E9

Black with #BEC4E9

Text Example


Text Example

White with #BEC4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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