Html Css Color HEX #BECCEB Periwinkle

📋 copy color: '#BECCEB'

red 190 ◦ green 204 ◦ blue 235

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

Shades of Periwinkle #BECCEB

Tints of Periwinkle #BECCEB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.43%

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

R = 30.21%
G = 32.43%
B = 37.36%

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

#BECCEB (or 0xBECCEB) is known color: Periwinkle. HEX triplet: BE, CC and EB. RGB value is (190,204,235). Sum of RGB (Red+Green+Blue) = 190+204+235=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #BECCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCEB is #413314. Grayscale: #CBCBCB. Windows color (decimal): -4272917 or 15453374. OLE color: 15453374.

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

Color convert

RGB 190 204 235 -
CMYK 0.19 0.13 0 0.08
HSL 221.33º 0.53% 0.83% -
HSV(B) 221.33º 0.19% 0.92% -
XYZ 57.82 60.13 87.16 -
YUV 203.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 190 204 235 0.19 0.13 0 0.08 221.33 0.53 0.83
Hex BE CC EB 13 D 0 8 DD 35 53
Octal 276 314 353 23 15 0 10 335 65 123
Binary 10111110 11001100 11101011 10011 1101 0 1000 11011101 110101 1010011

Color Harmonies of #BECCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCEB

Black with #BECCEB

Text Example


Text Example

White with #BECCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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