Html Css Color HEX #BECCE6 Periwinkle

📋 copy color: '#BECCE6'

red 190 ◦ green 204 ◦ blue 230

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

Shades of Periwinkle #BECCE6

Tints of Periwinkle #BECCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.86%

R = 30.45%
G = 32.69%
B = 36.86%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BECCE6 (or 0xBECCE6) is known color: Periwinkle. HEX triplet: BE, CC and E6. RGB value is (190,204,230). Sum of RGB (Red+Green+Blue) = 190+204+230=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #BECCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCE6 is #413319. Grayscale: #CACACA. Windows color (decimal): -4272922 or 15125694. OLE color: 15125694.

HSL color Cylindrical-coordinate representation of color #BECCE6: hue angle of 219º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BECCE6 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 204 230 -
CMYK 0.17 0.11 0 0.10
HSL 219º 0.44% 0.82% -
HSV(B) 219º 0.17% 0.9% -
XYZ 57.11 59.85 83.4 -
YUV 202.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 190 204 230 0.17 0.11 0 0.10 219 0.44 0.82
Hex BE CC E6 11 B 0 A DB 2C 52
Octal 276 314 346 21 13 0 12 333 54 122
Binary 10111110 11001100 11100110 10001 1011 0 1010 11011011 101100 1010010

Color Harmonies of #BECCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCE6

Black with #BECCE6

Text Example


Text Example

White with #BECCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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