Html Css Color HEX #BED1ED Periwinkle

📋 copy color: '#BED1ED'

red 190 ◦ green 209 ◦ blue 237

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

Shades of Periwinkle #BED1ED

Tints of Periwinkle #BED1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.26%

R = 29.87%
G = 32.86%
B = 37.26%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BED1ED (or 0xBED1ED) is known color: Periwinkle. HEX triplet: BE, D1 and ED. RGB value is (190,209,237). Sum of RGB (Red+Green+Blue) = 190+209+237=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #BED1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1ED is #412E12. Grayscale: #CECECE. Windows color (decimal): -4271635 or 15585726. OLE color: 15585726.

HSL color Cylindrical-coordinate representation of color #BED1ED: hue angle of 215.74º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED1ED is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 209 237 -
CMYK 0.20 0.12 0 0.07
HSL 215.74º 0.57% 0.84% -
HSV(B) 215.74º 0.2% 0.93% -
XYZ 59.32 62.66 89.09 -
YUV 206.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 190 209 237 0.20 0.12 0 0.07 215.74 0.57 0.84
Hex BE D1 ED 14 C 0 7 D8 39 54
Octal 276 321 355 24 14 0 7 330 71 124
Binary 10111110 11010001 11101101 10100 1100 0 111 11011000 111001 1010100

Color Harmonies of #BED1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1ED

Black with #BED1ED

Text Example


Text Example

White with #BED1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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