Html Css Color HEX #BECBF1 Periwinkle

📋 copy color: '#BECBF1'

red 190 ◦ green 203 ◦ blue 241

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

Shades of Periwinkle #BECBF1

Tints of Periwinkle #BECBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.01%

R = 29.97%
G = 32.02%
B = 38.01%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BECBF1 (or 0xBECBF1) is known color: Periwinkle. HEX triplet: BE, CB and F1. RGB value is (190,203,241). Sum of RGB (Red+Green+Blue) = 190+203+241=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #BECBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBF1 is #41340E. Grayscale: #CBCBCB. Windows color (decimal): -4273167 or 15846334. OLE color: 15846334.

HSL color Cylindrical-coordinate representation of color #BECBF1: hue angle of 224.71º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECBF1 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 203 241 -
CMYK 0.21 0.16 0 0.05
HSL 224.71º 0.65% 0.85% -
HSV(B) 224.71º 0.21% 0.95% -
XYZ 58.47 60.01 91.72 -
YUV 203.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 190 203 241 0.21 0.16 0 0.05 224.71 0.65 0.85
Hex BE CB F1 15 10 0 5 E1 41 55
Octal 276 313 361 25 20 0 5 341 101 125
Binary 10111110 11001011 11110001 10101 10000 0 101 11100001 1000001 1010101

Color Harmonies of #BECBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBF1

Black with #BECBF1

Text Example


Text Example

White with #BECBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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