Html Css Color HEX #BED2EC Periwinkle

📋 copy color: '#BED2EC'

red 190 ◦ green 210 ◦ blue 236

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

Shades of Periwinkle #BED2EC

Tints of Periwinkle #BED2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.02%

 BLUE value IS 236 (92.58% from 255) = 37.11%

R = 29.87%
G = 33.02%
B = 37.11%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BED2EC (or 0xBED2EC) is known color: Periwinkle. HEX triplet: BE, D2 and EC. RGB value is (190,210,236). Sum of RGB (Red+Green+Blue) = 190+210+236=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #BED2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2EC is #412D13. Grayscale: #CECECE. Windows color (decimal): -4271380 or 15520446. OLE color: 15520446.

HSL color Cylindrical-coordinate representation of color #BED2EC: hue angle of 213.91º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED2EC is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 210 236 -
CMYK 0.19 0.11 0 0.07
HSL 213.91º 0.55% 0.84% -
HSV(B) 213.91º 0.19% 0.93% -
XYZ 59.42 63.1 88.4 -
YUV 206.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 190 210 236 0.19 0.11 0 0.07 213.91 0.55 0.84
Hex BE D2 EC 13 B 0 7 D6 37 54
Octal 276 322 354 23 13 0 7 326 67 124
Binary 10111110 11010010 11101100 10011 1011 0 111 11010110 110111 1010100

Color Harmonies of #BED2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2EC

Black with #BED2EC

Text Example


Text Example

White with #BED2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2EC; }

 p { color: rgb(190,210,236); }

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

background-color css

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

 a { background-color: rgb(190,210,236); }

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

border-color css

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

 span { border-color: rgb(190,210,236); }

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