Html Css Color HEX #BED3F1 Periwinkle

📋 copy color: '#BED3F1'

red 190 ◦ green 211 ◦ blue 241

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

Shades of Periwinkle #BED3F1

Tints of Periwinkle #BED3F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.54%

R = 29.6%
G = 32.87%
B = 37.54%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BED3F1 (or 0xBED3F1) is known color: Periwinkle. HEX triplet: BE, D3 and F1. RGB value is (190,211,241). Sum of RGB (Red+Green+Blue) = 190+211+241=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 241 (94.53% from 255 or 37.54% from 642); Max value from RGB is 241 - color contains mainly: blue. Hex color #BED3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3F1 is #412C0E. Grayscale: #D0D0D0. Windows color (decimal): -4271119 or 15848382. OLE color: 15848382.

HSL color Cylindrical-coordinate representation of color #BED3F1: hue angle of 215.29º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED3F1 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 211 241 -
CMYK 0.21 0.12 0 0.05
HSL 215.29º 0.65% 0.85% -
HSV(B) 215.29º 0.21% 0.95% -
XYZ 60.41 63.89 92.37 -
YUV 208.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 190 211 241 0.21 0.12 0 0.05 215.29 0.65 0.85
Hex BE D3 F1 15 C 0 5 D7 41 55
Octal 276 323 361 25 14 0 5 327 101 125
Binary 10111110 11010011 11110001 10101 1100 0 101 11010111 1000001 1010101

Color Harmonies of #BED3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED3F1

Black with #BED3F1

Text Example


Text Example

White with #BED3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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