Html Css Color HEX #BED1FE Periwinkle

📋 copy color: '#BED1FE'

red 190 ◦ green 209 ◦ blue 254

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

Shades of Periwinkle #BED1FE

Tints of Periwinkle #BED1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.9%

R = 29.1%
G = 32.01%
B = 38.9%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BED1FE (or 0xBED1FE) is known color: Periwinkle. HEX triplet: BE, D1 and FE. RGB value is (190,209,254). Sum of RGB (Red+Green+Blue) = 190+209+254=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #BED1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED1FE is #412E01. Grayscale: #D0D0D0. Windows color (decimal): -4271618 or 16699838. OLE color: 16699838.

HSL color Cylindrical-coordinate representation of color #BED1FE: hue angle of 222.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED1FE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 209 254 -
CMYK 0.25 0.18 0 0.00
HSL 222.19º 0.97% 0.87% -
HSV(B) 222.19º 0.25% 1% -
XYZ 61.93 63.7 102.8 -
YUV 208.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 190 209 254 0.25 0.18 0 0.00 222.19 0.97 0.87
Hex BE D1 FE 19 12 0 0 DE 61 57
Octal 276 321 376 31 22 0 0 336 141 127
Binary 10111110 11010001 11111110 11001 10010 0 0 11011110 1100001 1010111

Color Harmonies of #BED1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1FE

Black with #BED1FE

Text Example


Text Example

White with #BED1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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