Html Css Color HEX #BECDEB Periwinkle

📋 copy color: '#BECDEB'

red 190 ◦ green 205 ◦ blue 235

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

Shades of Periwinkle #BECDEB

Tints of Periwinkle #BECDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.54%

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

R = 30.16%
G = 32.54%
B = 37.3%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BECDEB (or 0xBECDEB) is known color: Periwinkle. HEX triplet: BE, CD and EB. RGB value is (190,205,235). Sum of RGB (Red+Green+Blue) = 190+205+235=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #BECDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDEB is #413214. Grayscale: #CBCBCB. Windows color (decimal): -4272661 or 15453630. OLE color: 15453630.

HSL color Cylindrical-coordinate representation of color #BECDEB: hue angle of 220º 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 #BECDEB is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 205 235 -
CMYK 0.19 0.13 0 0.08
HSL 220º 0.53% 0.83% -
HSV(B) 220º 0.19% 0.92% -
XYZ 58.06 60.61 87.24 -
YUV 203.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 190 205 235 0.19 0.13 0 0.08 220 0.53 0.83
Hex BE CD EB 13 D 0 8 DC 35 53
Octal 276 315 353 23 15 0 10 334 65 123
Binary 10111110 11001101 11101011 10011 1101 0 1000 11011100 110101 1010011

Color Harmonies of #BECDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDEB

Black with #BECDEB

Text Example


Text Example

White with #BECDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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