Html Css Color HEX #BECAE0 Periwinkle

📋 copy color: '#BECAE0'

red 190 ◦ green 202 ◦ blue 224

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

Shades of Periwinkle #BECAE0

Tints of Periwinkle #BECAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.36%

R = 30.84%
G = 32.79%
B = 36.36%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BECAE0 (or 0xBECAE0) is known color: Periwinkle. HEX triplet: BE, CA and E0. RGB value is (190,202,224). Sum of RGB (Red+Green+Blue) = 190+202+224=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #BECAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAE0 is #41351F. Grayscale: #C8C8C8. Windows color (decimal): -4273440 or 14731966. OLE color: 14731966.

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

Color convert

RGB 190 202 224 -
CMYK 0.15 0.10 0 0.12
HSL 218.82º 0.35% 0.81% -
HSV(B) 218.82º 0.15% 0.88% -
XYZ 55.81 58.57 78.88 -
YUV 200.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 190 202 224 0.15 0.10 0 0.12 218.82 0.35 0.81
Hex BE CA E0 F A 0 C DB 23 51
Octal 276 312 340 17 12 0 14 333 43 121
Binary 10111110 11001010 11100000 1111 1010 0 1100 11011011 100011 1010001

Color Harmonies of #BECAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAE0

Black with #BECAE0

Text Example


Text Example

White with #BECAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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