Html Css Color HEX #BED2EF Periwinkle

📋 copy color: '#BED2EF'

red 190 ◦ green 210 ◦ blue 239

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

Shades of Periwinkle #BED2EF

Tints of Periwinkle #BED2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.4%

R = 29.73%
G = 32.86%
B = 37.4%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BED2EF (or 0xBED2EF) is known color: Periwinkle. HEX triplet: BE, D2 and EF. RGB value is (190,210,239). Sum of RGB (Red+Green+Blue) = 190+210+239=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #BED2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2EF is #412D10. Grayscale: #CFCFCF. Windows color (decimal): -4271377 or 15717054. OLE color: 15717054.

HSL color Cylindrical-coordinate representation of color #BED2EF: hue angle of 215.51º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED2EF is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 210 239 -
CMYK 0.21 0.12 0 0.06
HSL 215.51º 0.6% 0.84% -
HSV(B) 215.51º 0.21% 0.94% -
XYZ 59.86 63.27 90.72 -
YUV 207.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 190 210 239 0.21 0.12 0 0.06 215.51 0.6 0.84
Hex BE D2 EF 15 C 0 6 D8 3C 54
Octal 276 322 357 25 14 0 6 330 74 124
Binary 10111110 11010010 11101111 10101 1100 0 110 11011000 111100 1010100

Color Harmonies of #BED2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2EF

Black with #BED2EF

Text Example


Text Example

White with #BED2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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