Html Css Color HEX #BECAE3 Periwinkle

📋 copy color: '#BECAE3'

red 190 ◦ green 202 ◦ blue 227

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

Shades of Periwinkle #BECAE3

Tints of Periwinkle #BECAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.67%

R = 30.69%
G = 32.63%
B = 36.67%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BECAE3 (or 0xBECAE3) is known color: Periwinkle. HEX triplet: BE, CA and E3. RGB value is (190,202,227). Sum of RGB (Red+Green+Blue) = 190+202+227=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #BECAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAE3 is #41351C. Grayscale: #C9C9C9. Windows color (decimal): -4273437 or 14928574. OLE color: 14928574.

HSL color Cylindrical-coordinate representation of color #BECAE3: hue angle of 220.54º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECAE3 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 202 227 -
CMYK 0.16 0.11 0 0.11
HSL 220.54º 0.4% 0.82% -
HSV(B) 220.54º 0.16% 0.89% -
XYZ 56.22 58.73 81.05 -
YUV 201.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 190 202 227 0.16 0.11 0 0.11 220.54 0.4 0.82
Hex BE CA E3 10 B 0 B DD 28 52
Octal 276 312 343 20 13 0 13 335 50 122
Binary 10111110 11001010 11100011 10000 1011 0 1011 11011101 101000 1010010

Color Harmonies of #BECAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAE3

Black with #BECAE3

Text Example


Text Example

White with #BECAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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