Html Css Color HEX #BED3ED Periwinkle

📋 copy color: '#BED3ED'

red 190 ◦ green 211 ◦ blue 237

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

Shades of Periwinkle #BED3ED

Tints of Periwinkle #BED3ED

RGB

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

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

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

R = 29.78%
G = 33.07%
B = 37.15%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BED3ED (or 0xBED3ED) is known color: Periwinkle. HEX triplet: BE, D3 and ED. RGB value is (190,211,237). Sum of RGB (Red+Green+Blue) = 190+211+237=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #BED3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3ED is #412C12. Grayscale: #CFCFCF. Windows color (decimal): -4271123 or 15586238. OLE color: 15586238.

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

Color convert

RGB 190 211 237 -
CMYK 0.20 0.11 0 0.07
HSL 213.19º 0.57% 0.84% -
HSV(B) 213.19º 0.2% 0.93% -
XYZ 59.82 63.65 89.25 -
YUV 207.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 190 211 237 0.20 0.11 0 0.07 213.19 0.57 0.84
Hex BE D3 ED 14 B 0 7 D5 39 54
Octal 276 323 355 24 13 0 7 325 71 124
Binary 10111110 11010011 11101101 10100 1011 0 111 11010101 111001 1010100

Color Harmonies of #BED3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED3ED

Black with #BED3ED

Text Example


Text Example

White with #BED3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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