Html Css Color HEX #BECBF6 Periwinkle

📋 copy color: '#BECBF6'

red 190 ◦ green 203 ◦ blue 246

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

Shades of Periwinkle #BECBF6

Tints of Periwinkle #BECBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.5%

R = 29.73%
G = 31.77%
B = 38.5%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BECBF6 (or 0xBECBF6) is known color: Periwinkle. HEX triplet: BE, CB and F6. RGB value is (190,203,246). Sum of RGB (Red+Green+Blue) = 190+203+246=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #BECBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBF6 is #413409. Grayscale: #CBCBCB. Windows color (decimal): -4273162 or 16174014. OLE color: 16174014.

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

Color convert

RGB 190 203 246 -
CMYK 0.23 0.17 0 0.04
HSL 226.07º 0.76% 0.85% -
HSV(B) 226.07º 0.23% 0.96% -
XYZ 59.23 60.31 95.71 -
YUV 204.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 190 203 246 0.23 0.17 0 0.04 226.07 0.76 0.85
Hex BE CB F6 17 11 0 4 E2 4C 55
Octal 276 313 366 27 21 0 4 342 114 125
Binary 10111110 11001011 11110110 10111 10001 0 100 11100010 1001100 1010101

Color Harmonies of #BECBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBF6

Black with #BECBF6

Text Example


Text Example

White with #BECBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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