Html Css Color HEX #BED1EA Periwinkle

📋 copy color: '#BED1EA'

red 190 ◦ green 209 ◦ blue 234

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

Shades of Periwinkle #BED1EA

Tints of Periwinkle #BED1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.97%

R = 30.02%
G = 33.02%
B = 36.97%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BED1EA (or 0xBED1EA) is known color: Periwinkle. HEX triplet: BE, D1 and EA. RGB value is (190,209,234). Sum of RGB (Red+Green+Blue) = 190+209+234=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #BED1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1EA is #412E15. Grayscale: #CECECE. Windows color (decimal): -4271638 or 15389118. OLE color: 15389118.

HSL color Cylindrical-coordinate representation of color #BED1EA: hue angle of 214.09º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED1EA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 209 234 -
CMYK 0.19 0.11 0 0.08
HSL 214.09º 0.51% 0.83% -
HSV(B) 214.09º 0.19% 0.92% -
XYZ 58.89 62.49 86.8 -
YUV 206.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 190 209 234 0.19 0.11 0 0.08 214.09 0.51 0.83
Hex BE D1 EA 13 B 0 8 D6 33 53
Octal 276 321 352 23 13 0 10 326 63 123
Binary 10111110 11010001 11101010 10011 1011 0 1000 11010110 110011 1010011

Color Harmonies of #BED1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1EA

Black with #BED1EA

Text Example


Text Example

White with #BED1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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