Html Css Color HEX #BECDF5 Periwinkle

📋 copy color: '#BECDF5'

red 190 ◦ green 205 ◦ blue 245

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

Shades of Periwinkle #BECDF5

Tints of Periwinkle #BECDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.28%

R = 29.69%
G = 32.03%
B = 38.28%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BECDF5 (or 0xBECDF5) is known color: Periwinkle. HEX triplet: BE, CD and F5. RGB value is (190,205,245). Sum of RGB (Red+Green+Blue) = 190+205+245=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #BECDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDF5 is #41320A. Grayscale: #CCCCCC. Windows color (decimal): -4272651 or 16108990. OLE color: 16108990.

HSL color Cylindrical-coordinate representation of color #BECDF5: hue angle of 223.64º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BECDF5 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 205 245 -
CMYK 0.22 0.16 0 0.04
HSL 223.64º 0.73% 0.85% -
HSV(B) 223.64º 0.22% 0.96% -
XYZ 59.55 61.2 95.06 -
YUV 205.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 190 205 245 0.22 0.16 0 0.04 223.64 0.73 0.85
Hex BE CD F5 16 10 0 4 E0 49 55
Octal 276 315 365 26 20 0 4 340 111 125
Binary 10111110 11001101 11110101 10110 10000 0 100 11100000 1001001 1010101

Color Harmonies of #BECDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDF5

Black with #BECDF5

Text Example


Text Example

White with #BECDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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