Html Css Color HEX #BECDEC Periwinkle

📋 copy color: '#BECDEC'

red 190 ◦ green 205 ◦ blue 236

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

Shades of Periwinkle #BECDEC

Tints of Periwinkle #BECDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.4%

R = 30.11%
G = 32.49%
B = 37.4%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BECDEC (or 0xBECDEC) is known color: Periwinkle. HEX triplet: BE, CD and EC. RGB value is (190,205,236). Sum of RGB (Red+Green+Blue) = 190+205+236=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #BECDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDEC is #413213. Grayscale: #CBCBCB. Windows color (decimal): -4272660 or 15519166. OLE color: 15519166.

HSL color Cylindrical-coordinate representation of color #BECDEC: hue angle of 220.43º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECDEC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 205 236 -
CMYK 0.19 0.13 0 0.07
HSL 220.43º 0.55% 0.84% -
HSV(B) 220.43º 0.19% 0.93% -
XYZ 58.21 60.67 88 -
YUV 204.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 190 205 236 0.19 0.13 0 0.07 220.43 0.55 0.84
Hex BE CD EC 13 D 0 7 DC 37 54
Octal 276 315 354 23 15 0 7 334 67 124
Binary 10111110 11001101 11101100 10011 1101 0 111 11011100 110111 1010100

Color Harmonies of #BECDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDEC

Black with #BECDEC

Text Example


Text Example

White with #BECDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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