Html Css Color HEX #BEC4F0 Periwinkle

📋 copy color: '#BEC4F0'

red 190 ◦ green 196 ◦ blue 240

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

Shades of Periwinkle #BEC4F0

Tints of Periwinkle #BEC4F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.34%

R = 30.35%
G = 31.31%
B = 38.34%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEC4F0 (or 0xBEC4F0) is known color: Periwinkle. HEX triplet: BE, C4 and F0. RGB value is (190,196,240). Sum of RGB (Red+Green+Blue) = 190+196+240=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEC4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4F0 is #413B0F. Grayscale: #C7C7C7. Windows color (decimal): -4274960 or 15779006. OLE color: 15779006.

HSL color Cylindrical-coordinate representation of color #BEC4F0: hue angle of 232.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC4F0 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 196 240 -
CMYK 0.21 0.18 0 0.06
HSL 232.8º 0.63% 0.84% -
HSV(B) 232.8º 0.21% 0.94% -
XYZ 56.7 56.72 90.4 -
YUV 199.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 190 196 240 0.21 0.18 0 0.06 232.8 0.63 0.84
Hex BE C4 F0 15 12 0 6 E9 3E 54
Octal 276 304 360 25 22 0 6 351 76 124
Binary 10111110 11000100 11110000 10101 10010 0 110 11101001 111110 1010100

Color Harmonies of #BEC4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4F0

Black with #BEC4F0

Text Example


Text Example

White with #BEC4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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