Html Css Color HEX #BECAF2 Periwinkle

📋 copy color: '#BECAF2'

red 190 ◦ green 202 ◦ blue 242

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

Shades of Periwinkle #BECAF2

Tints of Periwinkle #BECAF2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.86%

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

R = 29.97%
G = 31.86%
B = 38.17%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BECAF2 (or 0xBECAF2) is known color: Periwinkle. HEX triplet: BE, CA and F2. RGB value is (190,202,242). Sum of RGB (Red+Green+Blue) = 190+202+242=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #BECAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAF2 is #41350D. Grayscale: #CACACA. Windows color (decimal): -4273422 or 15911614. OLE color: 15911614.

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

Color convert

RGB 190 202 242 -
CMYK 0.21 0.17 0 0.05
HSL 226.15º 0.67% 0.85% -
HSV(B) 226.15º 0.21% 0.95% -
XYZ 58.38 59.6 92.43 -
YUV 202.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 190 202 242 0.21 0.17 0 0.05 226.15 0.67 0.85
Hex BE CA F2 15 11 0 5 E2 43 55
Octal 276 312 362 25 21 0 5 342 103 125
Binary 10111110 11001010 11110010 10101 10001 0 101 11100010 1000011 1010101

Color Harmonies of #BECAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAF2

Black with #BECAF2

Text Example


Text Example

White with #BECAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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