Html Css Color HEX #BECBE3 Periwinkle

📋 copy color: '#BECBE3'

red 190 ◦ green 203 ◦ blue 227

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

Shades of Periwinkle #BECBE3

Tints of Periwinkle #BECBE3

RGB

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

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

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

R = 30.65%
G = 32.74%
B = 36.61%

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

#BECBE3 (or 0xBECBE3) is known color: Periwinkle. HEX triplet: BE, CB and E3. RGB value is (190,203,227). Sum of RGB (Red+Green+Blue) = 190+203+227=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #BECBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBE3 is #41341C. Grayscale: #C9C9C9. Windows color (decimal): -4273181 or 14928830. OLE color: 14928830.

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

Color convert

RGB 190 203 227 -
CMYK 0.16 0.11 0 0.11
HSL 218.92º 0.4% 0.82% -
HSV(B) 218.92º 0.16% 0.89% -
XYZ 56.46 59.21 81.13 -
YUV 201.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 190 203 227 0.16 0.11 0 0.11 218.92 0.4 0.82
Hex BE CB E3 10 B 0 B DB 28 52
Octal 276 313 343 20 13 0 13 333 50 122
Binary 10111110 11001011 11100011 10000 1011 0 1011 11011011 101000 1010010

Color Harmonies of #BECBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBE3

Black with #BECBE3

Text Example


Text Example

White with #BECBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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