Html Css Color HEX #BED2F9 Periwinkle

📋 copy color: '#BED2F9'

red 190 ◦ green 210 ◦ blue 249

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

Shades of Periwinkle #BED2F9

Tints of Periwinkle #BED2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.37%

R = 29.28%
G = 32.36%
B = 38.37%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BED2F9 (or 0xBED2F9) is known color: Periwinkle. HEX triplet: BE, D2 and F9. RGB value is (190,210,249). Sum of RGB (Red+Green+Blue) = 190+210+249=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #BED2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2F9 is #412D06. Grayscale: #D0D0D0. Windows color (decimal): -4271367 or 16372414. OLE color: 16372414.

HSL color Cylindrical-coordinate representation of color #BED2F9: hue angle of 219.66º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED2F9 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 210 249 -
CMYK 0.24 0.16 0 0.02
HSL 219.66º 0.83% 0.86% -
HSV(B) 219.66º 0.24% 0.98% -
XYZ 61.38 63.88 98.72 -
YUV 208.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 190 210 249 0.24 0.16 0 0.02 219.66 0.83 0.86
Hex BE D2 F9 18 10 0 2 DC 53 56
Octal 276 322 371 30 20 0 2 334 123 126
Binary 10111110 11010010 11111001 11000 10000 0 10 11011100 1010011 1010110

Color Harmonies of #BED2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2F9

Black with #BED2F9

Text Example


Text Example

White with #BED2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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