Html Css Color HEX #BED2EB Periwinkle

📋 copy color: '#BED2EB'

red 190 ◦ green 210 ◦ blue 235

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

Shades of Periwinkle #BED2EB

Tints of Periwinkle #BED2EB

RGB

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

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

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

R = 29.92%
G = 33.07%
B = 37.01%

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

#BED2EB (or 0xBED2EB) is known color: Periwinkle. HEX triplet: BE, D2 and EB. RGB value is (190,210,235). Sum of RGB (Red+Green+Blue) = 190+210+235=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #BED2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2EB is #412D14. Grayscale: #CECECE. Windows color (decimal): -4271381 or 15454910. OLE color: 15454910.

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

Color convert

RGB 190 210 235 -
CMYK 0.19 0.11 0 0.08
HSL 213.33º 0.53% 0.83% -
HSV(B) 213.33º 0.19% 0.92% -
XYZ 59.28 63.04 87.64 -
YUV 206.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 190 210 235 0.19 0.11 0 0.08 213.33 0.53 0.83
Hex BE D2 EB 13 B 0 8 D5 35 53
Octal 276 322 353 23 13 0 10 325 65 123
Binary 10111110 11010010 11101011 10011 1011 0 1000 11010101 110101 1010011

Color Harmonies of #BED2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2EB

Black with #BED2EB

Text Example


Text Example

White with #BED2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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