Html Css Color HEX #BECBEC Periwinkle

📋 copy color: '#BECBEC'

red 190 ◦ green 203 ◦ blue 236

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

Shades of Periwinkle #BECBEC

Tints of Periwinkle #BECBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.27%

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

R = 30.21%
G = 32.27%
B = 37.52%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BECBEC (or 0xBECBEC) is known color: Periwinkle. HEX triplet: BE, CB and EC. RGB value is (190,203,236). Sum of RGB (Red+Green+Blue) = 190+203+236=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #BECBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBEC is #413413. Grayscale: #CACACA. Windows color (decimal): -4273172 or 15518654. OLE color: 15518654.

HSL color Cylindrical-coordinate representation of color #BECBEC: hue angle of 223.04º 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 #BECBEC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 203 236 -
CMYK 0.19 0.14 0 0.07
HSL 223.04º 0.55% 0.84% -
HSV(B) 223.04º 0.19% 0.93% -
XYZ 57.73 59.72 87.84 -
YUV 202.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 190 203 236 0.19 0.14 0 0.07 223.04 0.55 0.84
Hex BE CB EC 13 E 0 7 DF 37 54
Octal 276 313 354 23 16 0 7 337 67 124
Binary 10111110 11001011 11101100 10011 1110 0 111 11011111 110111 1010100

Color Harmonies of #BECBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBEC

Black with #BECBEC

Text Example


Text Example

White with #BECBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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