Html Css Color HEX #BECAE8 Periwinkle

📋 copy color: '#BECAE8'

red 190 ◦ green 202 ◦ blue 232

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

Shades of Periwinkle #BECAE8

Tints of Periwinkle #BECAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.18%

R = 30.45%
G = 32.37%
B = 37.18%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BECAE8 (or 0xBECAE8) is known color: Periwinkle. HEX triplet: BE, CA and E8. RGB value is (190,202,232). Sum of RGB (Red+Green+Blue) = 190+202+232=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #BECAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAE8 is #413517. Grayscale: #C9C9C9. Windows color (decimal): -4273432 or 15256254. OLE color: 15256254.

HSL color Cylindrical-coordinate representation of color #BECAE8: hue angle of 222.86º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BECAE8 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 202 232 -
CMYK 0.18 0.13 0 0.09
HSL 222.86º 0.48% 0.83% -
HSV(B) 222.86º 0.18% 0.91% -
XYZ 56.92 59.01 84.73 -
YUV 201.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 190 202 232 0.18 0.13 0 0.09 222.86 0.48 0.83
Hex BE CA E8 12 D 0 9 DF 30 53
Octal 276 312 350 22 15 0 11 337 60 123
Binary 10111110 11001010 11101000 10010 1101 0 1001 11011111 110000 1010011

Color Harmonies of #BECAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAE8

Black with #BECAE8

Text Example


Text Example

White with #BECAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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