Html Css Color HEX #BED3FF Periwinkle

📋 copy color: '#BED3FF'

red 190 ◦ green 211 ◦ blue 255

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

Shades of Periwinkle #BED3FF

Tints of Periwinkle #BED3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.87%

R = 28.96%
G = 32.16%
B = 38.87%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BED3FF (or 0xBED3FF) is known color: Periwinkle. HEX triplet: BE, D3 and FF. RGB value is (190,211,255). Sum of RGB (Red+Green+Blue) = 190+211+255=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3FF is #412C00. Grayscale: #D1D1D1. Windows color (decimal): -4271105 or 16765886. OLE color: 16765886.

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

Color convert

RGB 190 211 255 -
CMYK 0.25 0.17 0 0
HSL 220.62º 1% 0.87% -
HSV(B) 220.62º 0.25% 1% -
XYZ 62.58 64.76 103.81 -
YUV 209.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 190 211 255 0.25 0.17 0 0 220.62 1 0.87
Hex BE D3 FF 19 11 0 0 DD 64 57
Octal 276 323 377 31 21 0 0 335 144 127
Binary 10111110 11010011 11111111 11001 10001 0 0 11011101 1100100 1010111

Color Harmonies of #BED3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED3FF

Black with #BED3FF

Text Example


Text Example

White with #BED3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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