Html Css Color HEX #BED3FE Periwinkle

📋 copy color: '#BED3FE'

red 190 ◦ green 211 ◦ blue 254

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

Shades of Periwinkle #BED3FE

Tints of Periwinkle #BED3FE

RGB

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

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

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

R = 29.01%
G = 32.21%
B = 38.78%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BED3FE (or 0xBED3FE) is known color: Periwinkle. HEX triplet: BE, D3 and FE. RGB value is (190,211,254). Sum of RGB (Red+Green+Blue) = 190+211+254=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #BED3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3FE is #412C01. Grayscale: #D1D1D1. Windows color (decimal): -4271106 or 16700350. OLE color: 16700350.

HSL color Cylindrical-coordinate representation of color #BED3FE: hue angle of 220.31º 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 #BED3FE is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 211 254 -
CMYK 0.25 0.17 0 0.00
HSL 220.31º 0.97% 0.87% -
HSV(B) 220.31º 0.25% 1% -
XYZ 62.42 64.69 102.96 -
YUV 209.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 190 211 254 0.25 0.17 0 0.00 220.31 0.97 0.87
Hex BE D3 FE 19 11 0 0 DC 61 57
Octal 276 323 376 31 21 0 0 334 141 127
Binary 10111110 11010011 11111110 11001 10001 0 0 11011100 1100001 1010111

Color Harmonies of #BED3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED3FE

Black with #BED3FE

Text Example


Text Example

White with #BED3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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