Html Css Color HEX #BECBF2 Periwinkle

📋 copy color: '#BECBF2'

red 190 ◦ green 203 ◦ blue 242

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

Shades of Periwinkle #BECBF2

Tints of Periwinkle #BECBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.11%

R = 29.92%
G = 31.97%
B = 38.11%

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

#BECBF2 (or 0xBECBF2) is known color: Periwinkle. HEX triplet: BE, CB and F2. RGB value is (190,203,242). Sum of RGB (Red+Green+Blue) = 190+203+242=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #BECBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBF2 is #41340D. Grayscale: #CBCBCB. Windows color (decimal): -4273166 or 15911870. OLE color: 15911870.

HSL color Cylindrical-coordinate representation of color #BECBF2: hue angle of 225º degrees, saturation: 0.67, 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 #BECBF2 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 203 242 -
CMYK 0.21 0.16 0 0.05
HSL 225º 0.67% 0.85% -
HSV(B) 225º 0.21% 0.95% -
XYZ 58.62 60.07 92.51 -
YUV 203.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 190 203 242 0.21 0.16 0 0.05 225 0.67 0.85
Hex BE CB F2 15 10 0 5 E1 43 55
Octal 276 313 362 25 20 0 5 341 103 125
Binary 10111110 11001011 11110010 10101 10000 0 101 11100001 1000011 1010101

Color Harmonies of #BECBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBF2

Black with #BECBF2

Text Example


Text Example

White with #BECBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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