Html Css Color HEX #BED1F0 Periwinkle

📋 copy color: '#BED1F0'

red 190 ◦ green 209 ◦ blue 240

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

Shades of Periwinkle #BED1F0

Tints of Periwinkle #BED1F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.56%

R = 29.73%
G = 32.71%
B = 37.56%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BED1F0 (or 0xBED1F0) is known color: Periwinkle. HEX triplet: BE, D1 and F0. RGB value is (190,209,240). Sum of RGB (Red+Green+Blue) = 190+209+240=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #BED1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1F0 is #412E0F. Grayscale: #CECECE. Windows color (decimal): -4271632 or 15782334. OLE color: 15782334.

HSL color Cylindrical-coordinate representation of color #BED1F0: hue angle of 217.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED1F0 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 209 240 -
CMYK 0.21 0.13 0 0.06
HSL 217.2º 0.63% 0.84% -
HSV(B) 217.2º 0.21% 0.94% -
XYZ 59.76 62.84 91.42 -
YUV 206.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 190 209 240 0.21 0.13 0 0.06 217.2 0.63 0.84
Hex BE D1 F0 15 D 0 6 D9 3E 54
Octal 276 321 360 25 15 0 6 331 76 124
Binary 10111110 11010001 11110000 10101 1101 0 110 11011001 111110 1010100

Color Harmonies of #BED1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1F0

Black with #BED1F0

Text Example


Text Example

White with #BED1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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