Html Css Color HEX #BED3EB Periwinkle

📋 copy color: '#BED3EB'

red 190 ◦ green 211 ◦ blue 235

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

Shades of Periwinkle #BED3EB

Tints of Periwinkle #BED3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.18%

 BLUE value IS 235 (92.19% from 255) = 36.95%

R = 29.87%
G = 33.18%
B = 36.95%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BED3EB (or 0xBED3EB) is known color: Periwinkle. HEX triplet: BE, D3 and EB. RGB value is (190,211,235). Sum of RGB (Red+Green+Blue) = 190+211+235=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #BED3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3EB is #412C14. Grayscale: #CFCFCF. Windows color (decimal): -4271125 or 15455166. OLE color: 15455166.

HSL color Cylindrical-coordinate representation of color #BED3EB: hue angle of 212º degrees, saturation: 0.53, 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 #BED3EB is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 211 235 -
CMYK 0.19 0.10 0 0.08
HSL 212º 0.53% 0.83% -
HSV(B) 212º 0.19% 0.92% -
XYZ 59.52 63.53 87.72 -
YUV 207.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 190 211 235 0.19 0.10 0 0.08 212 0.53 0.83
Hex BE D3 EB 13 A 0 8 D4 35 53
Octal 276 323 353 23 12 0 10 324 65 123
Binary 10111110 11010011 11101011 10011 1010 0 1000 11010100 110101 1010011

Color Harmonies of #BED3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED3EB

Black with #BED3EB

Text Example


Text Example

White with #BED3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED3EB; }

 p { color: rgb(190,211,235); }

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

background-color css

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

 a { background-color: rgb(190,211,235); }

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

border-color css

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

 span { border-color: rgb(190,211,235); }

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