Html Css Color HEX #BEC4ED Periwinkle

📋 copy color: '#BEC4ED'

red 190 ◦ green 196 ◦ blue 237

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

Shades of Periwinkle #BEC4ED

Tints of Periwinkle #BEC4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 30.5%
G = 31.46%
B = 38.04%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEC4ED (or 0xBEC4ED) is known color: Periwinkle. HEX triplet: BE, C4 and ED. RGB value is (190,196,237). Sum of RGB (Red+Green+Blue) = 190+196+237=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4ED is #413B12. Grayscale: #C6C6C6. Windows color (decimal): -4274963 or 15582398. OLE color: 15582398.

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

Color convert

RGB 190 196 237 -
CMYK 0.20 0.17 0 0.07
HSL 232.34º 0.57% 0.84% -
HSV(B) 232.34º 0.2% 0.93% -
XYZ 56.26 56.54 88.07 -
YUV 198.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 190 196 237 0.20 0.17 0 0.07 232.34 0.57 0.84
Hex BE C4 ED 14 11 0 7 E8 39 54
Octal 276 304 355 24 21 0 7 350 71 124
Binary 10111110 11000100 11101101 10100 10001 0 111 11101000 111001 1010100

Color Harmonies of #BEC4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4ED

Black with #BEC4ED

Text Example


Text Example

White with #BEC4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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