Html Css Color HEX #BED1F9 Periwinkle

📋 copy color: '#BED1F9'

red 190 ◦ green 209 ◦ blue 249

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

Shades of Periwinkle #BED1F9

Tints of Periwinkle #BED1F9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.25%

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

R = 29.32%
G = 32.25%
B = 38.43%

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

#BED1F9 (or 0xBED1F9) is known color: Periwinkle. HEX triplet: BE, D1 and F9. RGB value is (190,209,249). Sum of RGB (Red+Green+Blue) = 190+209+249=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #BED1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1F9 is #412E06. Grayscale: #CFCFCF. Windows color (decimal): -4271623 or 16372158. OLE color: 16372158.

HSL color Cylindrical-coordinate representation of color #BED1F9: hue angle of 220.68º 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 #BED1F9 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 209 249 -
CMYK 0.24 0.16 0 0.02
HSL 220.68º 0.83% 0.86% -
HSV(B) 220.68º 0.24% 0.98% -
XYZ 61.13 63.39 98.64 -
YUV 207.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 190 209 249 0.24 0.16 0 0.02 220.68 0.83 0.86
Hex BE D1 F9 18 10 0 2 DD 53 56
Octal 276 321 371 30 20 0 2 335 123 126
Binary 10111110 11010001 11111001 11000 10000 0 10 11011101 1010011 1010110

Color Harmonies of #BED1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1F9

Black with #BED1F9

Text Example


Text Example

White with #BED1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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