Html Css Color HEX #BECBEB Periwinkle

📋 copy color: '#BECBEB'

red 190 ◦ green 203 ◦ blue 235

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

Shades of Periwinkle #BECBEB

Tints of Periwinkle #BECBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.42%

R = 30.25%
G = 32.32%
B = 37.42%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BECBEB (or 0xBECBEB) is known color: Periwinkle. HEX triplet: BE, CB and EB. RGB value is (190,203,235). Sum of RGB (Red+Green+Blue) = 190+203+235=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #BECBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBEB is #413414. Grayscale: #CACACA. Windows color (decimal): -4273173 or 15453118. OLE color: 15453118.

HSL color Cylindrical-coordinate representation of color #BECBEB: hue angle of 222.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECBEB is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 203 235 -
CMYK 0.19 0.14 0 0.08
HSL 222.67º 0.53% 0.83% -
HSV(B) 222.67º 0.19% 0.92% -
XYZ 57.59 59.66 87.08 -
YUV 202.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 190 203 235 0.19 0.14 0 0.08 222.67 0.53 0.83
Hex BE CB EB 13 E 0 8 DF 35 53
Octal 276 313 353 23 16 0 10 337 65 123
Binary 10111110 11001011 11101011 10011 1110 0 1000 11011111 110101 1010011

Color Harmonies of #BECBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBEB

Black with #BECBEB

Text Example


Text Example

White with #BECBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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