Html Css Color HEX #BECDE6 Periwinkle

📋 copy color: '#BECDE6'

red 190 ◦ green 205 ◦ blue 230

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

Shades of Periwinkle #BECDE6

Tints of Periwinkle #BECDE6

RGB

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

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

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

R = 30.4%
G = 32.8%
B = 36.8%

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

#BECDE6 (or 0xBECDE6) is known color: Periwinkle. HEX triplet: BE, CD and E6. RGB value is (190,205,230). Sum of RGB (Red+Green+Blue) = 190+205+230=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #BECDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDE6 is #413219. Grayscale: #CBCBCB. Windows color (decimal): -4272666 or 15125950. OLE color: 15125950.

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

Color convert

RGB 190 205 230 -
CMYK 0.17 0.11 0 0.10
HSL 217.5º 0.44% 0.82% -
HSV(B) 217.5º 0.17% 0.9% -
XYZ 57.35 60.32 83.48 -
YUV 203.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 190 205 230 0.17 0.11 0 0.10 217.5 0.44 0.82
Hex BE CD E6 11 B 0 A DA 2C 52
Octal 276 315 346 21 13 0 12 332 54 122
Binary 10111110 11001101 11100110 10001 1011 0 1010 11011010 101100 1010010

Color Harmonies of #BECDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDE6

Black with #BECDE6

Text Example


Text Example

White with #BECDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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