Html Css Color HEX #BECAE1 Periwinkle

📋 copy color: '#BECAE1'

red 190 ◦ green 202 ◦ blue 225

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

Shades of Periwinkle #BECAE1

Tints of Periwinkle #BECAE1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.74%

 BLUE value IS 225 (88.28% from 255) = 36.47%

R = 30.79%
G = 32.74%
B = 36.47%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BECAE1 (or 0xBECAE1) is known color: Periwinkle. HEX triplet: BE, CA and E1. RGB value is (190,202,225). Sum of RGB (Red+Green+Blue) = 190+202+225=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #BECAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAE1 is #41351E. Grayscale: #C8C8C8. Windows color (decimal): -4273439 or 14797502. OLE color: 14797502.

HSL color Cylindrical-coordinate representation of color #BECAE1: hue angle of 219.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECAE1 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 202 225 -
CMYK 0.16 0.10 0 0.12
HSL 219.43º 0.37% 0.81% -
HSV(B) 219.43º 0.16% 0.88% -
XYZ 55.95 58.62 79.6 -
YUV 201.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 190 202 225 0.16 0.10 0 0.12 219.43 0.37 0.81
Hex BE CA E1 10 A 0 C DB 25 51
Octal 276 312 341 20 12 0 14 333 45 121
Binary 10111110 11001010 11100001 10000 1010 0 1100 11011011 100101 1010001

Color Harmonies of #BECAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAE1

Black with #BECAE1

Text Example


Text Example

White with #BECAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECAE1; }

 p { color: rgb(190,202,225); }

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

background-color css

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

 a { background-color: rgb(190,202,225); }

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

border-color css

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

 span { border-color: rgb(190,202,225); }

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