Html Css Color HEX #BEC4F2 Periwinkle

📋 copy color: '#BEC4F2'

red 190 ◦ green 196 ◦ blue 242

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

Shades of Periwinkle #BEC4F2

Tints of Periwinkle #BEC4F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.54%

R = 30.25%
G = 31.21%
B = 38.54%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEC4F2 (or 0xBEC4F2) is known color: Periwinkle. HEX triplet: BE, C4 and F2. RGB value is (190,196,242). Sum of RGB (Red+Green+Blue) = 190+196+242=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEC4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC4F2 is #413B0D. Grayscale: #C7C7C7. Windows color (decimal): -4274958 or 15910078. OLE color: 15910078.

HSL color Cylindrical-coordinate representation of color #BEC4F2: hue angle of 233.08º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC4F2 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 196 242 -
CMYK 0.21 0.19 0 0.05
HSL 233.08º 0.67% 0.85% -
HSV(B) 233.08º 0.21% 0.95% -
XYZ 57 56.84 91.97 -
YUV 199.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 190 196 242 0.21 0.19 0 0.05 233.08 0.67 0.85
Hex BE C4 F2 15 13 0 5 E9 43 55
Octal 276 304 362 25 23 0 5 351 103 125
Binary 10111110 11000100 11110010 10101 10011 0 101 11101001 1000011 1010101

Color Harmonies of #BEC4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4F2

Black with #BEC4F2

Text Example


Text Example

White with #BEC4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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