Html Css Color HEX #BECBE0 Periwinkle

📋 copy color: '#BECBE0'

red 190 ◦ green 203 ◦ blue 224

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

Shades of Periwinkle #BECBE0

Tints of Periwinkle #BECBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.3%

R = 30.79%
G = 32.9%
B = 36.3%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BECBE0 (or 0xBECBE0) is known color: Periwinkle. HEX triplet: BE, CB and E0. RGB value is (190,203,224). Sum of RGB (Red+Green+Blue) = 190+203+224=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #BECBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBE0 is #41341F. Grayscale: #C9C9C9. Windows color (decimal): -4273184 or 14732222. OLE color: 14732222.

HSL color Cylindrical-coordinate representation of color #BECBE0: hue angle of 217.06º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BECBE0 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 203 224 -
CMYK 0.15 0.09 0 0.12
HSL 217.06º 0.35% 0.81% -
HSV(B) 217.06º 0.15% 0.88% -
XYZ 56.05 59.04 78.96 -
YUV 201.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 190 203 224 0.15 0.09 0 0.12 217.06 0.35 0.81
Hex BE CB E0 F 9 0 C D9 23 51
Octal 276 313 340 17 11 0 14 331 43 121
Binary 10111110 11001011 11100000 1111 1001 0 1100 11011001 100011 1010001

Color Harmonies of #BECBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBE0

Black with #BECBE0

Text Example


Text Example

White with #BECBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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