Html Css Color HEX #BECDE1 Periwinkle

📋 copy color: '#BECDE1'

red 190 ◦ green 205 ◦ blue 225

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

Shades of Periwinkle #BECDE1

Tints of Periwinkle #BECDE1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.06%

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

R = 30.65%
G = 33.06%
B = 36.29%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BECDE1 (or 0xBECDE1) is known color: Periwinkle. HEX triplet: BE, CD and E1. RGB value is (190,205,225). Sum of RGB (Red+Green+Blue) = 190+205+225=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #BECDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDE1 is #41321E. Grayscale: #CACACA. Windows color (decimal): -4272671 or 14798270. OLE color: 14798270.

HSL color Cylindrical-coordinate representation of color #BECDE1: hue angle of 214.29º 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 #BECDE1 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 205 225 -
CMYK 0.16 0.09 0 0.12
HSL 214.29º 0.37% 0.81% -
HSV(B) 214.29º 0.16% 0.88% -
XYZ 56.66 60.05 79.84 -
YUV 202.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 190 205 225 0.16 0.09 0 0.12 214.29 0.37 0.81
Hex BE CD E1 10 9 0 C D6 25 51
Octal 276 315 341 20 11 0 14 326 45 121
Binary 10111110 11001101 11100001 10000 1001 0 1100 11010110 100101 1010001

Color Harmonies of #BECDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDE1

Black with #BECDE1

Text Example


Text Example

White with #BECDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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