Html Css Color HEX #BECBE9 Periwinkle

📋 copy color: '#BECBE9'

red 190 ◦ green 203 ◦ blue 233

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

Shades of Periwinkle #BECBE9

Tints of Periwinkle #BECBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.22%

R = 30.35%
G = 32.43%
B = 37.22%

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

#BECBE9 (or 0xBECBE9) is known color: Periwinkle. HEX triplet: BE, CB and E9. RGB value is (190,203,233). Sum of RGB (Red+Green+Blue) = 190+203+233=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #BECBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBE9 is #413416. Grayscale: #CACACA. Windows color (decimal): -4273175 or 15322046. OLE color: 15322046.

HSL color Cylindrical-coordinate representation of color #BECBE9: hue angle of 221.86º degrees, saturation: 0.49, 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 #BECBE9 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 203 233 -
CMYK 0.18 0.13 0 0.09
HSL 221.86º 0.49% 0.83% -
HSV(B) 221.86º 0.18% 0.91% -
XYZ 57.3 59.54 85.56 -
YUV 202.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 190 203 233 0.18 0.13 0 0.09 221.86 0.49 0.83
Hex BE CB E9 12 D 0 9 DE 31 53
Octal 276 313 351 22 15 0 11 336 61 123
Binary 10111110 11001011 11101001 10010 1101 0 1001 11011110 110001 1010011

Color Harmonies of #BECBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBE9

Black with #BECBE9

Text Example


Text Example

White with #BECBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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