Html Css Color HEX #BECEE6 Periwinkle

📋 copy color: '#BECEE6'

red 190 ◦ green 206 ◦ blue 230

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

Shades of Periwinkle #BECEE6

Tints of Periwinkle #BECEE6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.91%

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

R = 30.35%
G = 32.91%
B = 36.74%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BECEE6 (or 0xBECEE6) is known color: Periwinkle. HEX triplet: BE, CE and E6. RGB value is (190,206,230). Sum of RGB (Red+Green+Blue) = 190+206+230=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #BECEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEE6 is #413119. Grayscale: #CBCBCB. Windows color (decimal): -4272410 or 15126206. OLE color: 15126206.

HSL color Cylindrical-coordinate representation of color #BECEE6: hue angle of 216º 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 #BECEE6 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 206 230 -
CMYK 0.17 0.10 0 0.10
HSL 216º 0.44% 0.82% -
HSV(B) 216º 0.17% 0.9% -
XYZ 57.59 60.8 83.56 -
YUV 203.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 190 206 230 0.17 0.10 0 0.10 216 0.44 0.82
Hex BE CE E6 11 A 0 A D8 2C 52
Octal 276 316 346 21 12 0 12 330 54 122
Binary 10111110 11001110 11100110 10001 1010 0 1010 11011000 101100 1010010

Color Harmonies of #BECEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEE6

Black with #BECEE6

Text Example


Text Example

White with #BECEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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