Html Css Color HEX #BED1EC Periwinkle

📋 copy color: '#BED1EC'

red 190 ◦ green 209 ◦ blue 236

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

Shades of Periwinkle #BED1EC

Tints of Periwinkle #BED1EC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.91%

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

R = 29.92%
G = 32.91%
B = 37.17%

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

#BED1EC (or 0xBED1EC) is known color: Periwinkle. HEX triplet: BE, D1 and EC. RGB value is (190,209,236). Sum of RGB (Red+Green+Blue) = 190+209+236=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #BED1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1EC is #412E13. Grayscale: #CECECE. Windows color (decimal): -4271636 or 15520190. OLE color: 15520190.

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

Color convert

RGB 190 209 236 -
CMYK 0.19 0.11 0 0.07
HSL 215.22º 0.55% 0.84% -
HSV(B) 215.22º 0.19% 0.93% -
XYZ 59.18 62.6 88.32 -
YUV 206.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 190 209 236 0.19 0.11 0 0.07 215.22 0.55 0.84
Hex BE D1 EC 13 B 0 7 D7 37 54
Octal 276 321 354 23 13 0 7 327 67 124
Binary 10111110 11010001 11101100 10011 1011 0 111 11010111 110111 1010100

Color Harmonies of #BED1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1EC

Black with #BED1EC

Text Example


Text Example

White with #BED1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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